ScoopInstaller_Main/nodejs.json
Keiichi Shimamura b5efc75833 Node.js 0.12.0
2015-02-06 22:05:25 -05:00

22 lines
643 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.12.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.12.0/x64/node-v0.12.0-x64.msi",
"hash": "sha1:a34650db220cb1886bb497edb72474e83a4dbe77"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.12.0/node-v0.12.0-x86.msi",
"hash": "sha1:20d936afd83f819c92826afdc87815a3c96884d2"
}
},
"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>"
}