ScoopInstaller_Main/nodejs.json
Keiichi Shimamura c66fec7ec6 Node.js 0.10.32
2014-10-03 15:37:11 -04:00

21 lines
634 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.10.32",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.10.32/x64/node-v0.10.32-x64.msi",
"hash": "sha1:df83faf27410a6fb7f099c29338c52b7d4224e2f"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.10.32/node-v0.10.32-x86.msi",
"hash": "sha1:f2538f0037c017f245db6b54c6b8198bec2868c9"
}
},
"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",
"checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
}