ScoopInstaller_Main/nodejs.json
Keiichi Shimamura cda2ff5d7a Node.js 0.12.2
2015-05-04 13:55:04 -04:00

22 lines
643 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.12.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.12.2/x64/node-v0.12.2-x64.msi",
"hash": "sha1:994a1461df5dd7de79f8072b14103642d0d5cbfe"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.12.2/node-v0.12.2-x86.msi",
"hash": "sha1:bdc711c0c8e6a48ff54a03350175070d0d55bb13"
}
},
"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>"
}