ScoopInstaller_Main/nodejs.json
Keiichi Shimamura 0d14c3878a Node.js 4.0.0
2015-09-10 22:56:53 -04:00

22 lines
758 B
JSON

{
"homepage": "http://nodejs.org",
"version": "4.0.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v4.0.0/node-v4.0.0-x64.msi",
"hash": "28dfb26fddb3ff56456bfc0ec186db27e6b84d9ce98752f34d48758f4af05fbe"
},
"32bit": {
"url": "https://nodejs.org/dist/v4.0.0/node-v4.0.0-x86.msi",
"hash": "ba67b46504afeedfd43d0ebb51844e2b427d64b631fe05d6fc35f7fc59d05307"
}
},
"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>"
}