ScoopInstaller_Main/nodejs.json
2013-08-09 16:05:20 +10:00

28 lines
685 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.10.15",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"http://nodejs.org/dist/v0.10.15/x64/node.exe",
"http://nodejs.org/dist/npm/npm-1.3.7.zip"
],
"hash": [
"sha1:f273ef837b2bc3b8cf5b1b7a363b510cb230a9be",
"1293df376c6e914370331cf03bafe8eff3f1e4b6c9ff35b33a12e2fb0f2ffad6"
]
},
"32bit": {
"url": [
"http://nodejs.org/dist/v0.10.15/node.exe",
"http://nodejs.org/dist/npm/npm-1.3.7.zip"
],
"hash": [
"sha1:fad9611a7f656b8097c97de7b2ed016f3f33c6f9",
"1293df376c6e914370331cf03bafe8eff3f1e4b6c9ff35b33a12e2fb0f2ffad6"
]
}
},
"bin": [ "node.exe", "npm.cmd" ]
}