ScoopInstaller_Main/nodejs.json
Keiichi Shimamura d5dc565de8 Node.js 0.12.3
2015-05-21 17:43:30 -04:00

22 lines
643 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.12.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.12.3/x64/node-v0.12.3-x64.msi",
"hash": "sha1:3677034221eeb300d7cd0cf2aaf3d172ab05fd11"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.12.3/node-v0.12.3-x86.msi",
"hash": "sha1:410d37d74775bf0401b06ecc01f71d181c9c99e6"
}
},
"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>"
}