ScoopInstaller_Main/nodejs.json
2015-01-16 19:54:20 -08:00

22 lines
648 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.10.35",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.10.35/x64/node-v0.10.35-x64.msi",
"hash": "sha1:c95e8041b5b16488eb2522fa072061690f6ef0cb"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.10.35/node-v0.10.35-x86.msi",
"hash": "sha1:fca0fcf21a0dcd4ae02b319804a99e3cfeb83ee3"
}
},
"env_add_path": "nodejs",
"post_install": "
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
rm $dir\\nodejs\\node_modules\\npm\\npmrc
npm update -g",
"checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
}