You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
887 B
36 lines
887 B
{ |
|
"name": "nvm", |
|
"version": "0.17.3", |
|
"description": "Node Version Manager - Simple bash script to manage multiple active node.js versions", |
|
"directories": { |
|
"test": "test" |
|
}, |
|
"scripts": { |
|
"test": "urchin test", |
|
"test/fast": "urchin -f test/fast", |
|
"test/slow": "urchin -f test/slow", |
|
"test/install_script": "urchin -f test/install_script", |
|
"test/installation": "urchin -f test/installation", |
|
"test/sourcing": "urchin -f test/sourcing" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/creationix/nvm.git" |
|
}, |
|
"keywords": [ |
|
"nvm", |
|
"node", |
|
"version", |
|
"manager" |
|
], |
|
"author": "Tim Caswell <tim@creationix.com>", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/creationix/nvm/issues" |
|
}, |
|
"homepage": "https://github.com/creationix/nvm", |
|
"devDependencies": { |
|
"urchin": "~0.0.2" |
|
} |
|
} |
|
|
|
|