ScoopInstaller_Main/nodejs.json
2014-12-20 23:30:37 -05:00

22 lines
648 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.10.34",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.10.34/x64/node-v0.10.34-x64.msi",
"hash": "sha1:c54153231d0003792c4431cea38b9cb733a142b5"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.10.34/node-v0.10.34-x86.msi",
"hash": "sha1:7609d6dda6071e499a54656bbf85f16ed097c106"
}
},
"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>"
}