ScoopInstaller_Main/nodejs.json
Keiichi Shimamura ed977e6f55 Node.js 0.10.29
2014-06-22 00:51:23 -04:00

30 lines
766 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.10.29",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"http://nodejs.org/dist/v0.10.29/x64/node.exe",
"http://nodejs.org/dist/npm/npm-1.4.10.zip"
],
"hash": [
"8ca647c61cadd0bc91e1a43ceb021d89afc580a95e708b52fc283bcb2634a15d",
"17cbe14f6d3d9e4149f32b8df7ebf67f300783e6e51fbc1b0987c0582466e1b6"
]
},
"32bit": {
"url": [
"http://nodejs.org/dist/v0.10.29/node.exe",
"http://nodejs.org/dist/npm/npm-1.4.10.zip"
],
"hash": [
"fbd516aa3752da8bfb14d557d4ae16315f500376c3688ed0cfb087c95c95ea20",
"17cbe14f6d3d9e4149f32b8df7ebf67f300783e6e51fbc1b0987c0582466e1b6"
]
}
},
"env_add_path": ".",
"checkver": "<p>Current Version: v([0-9\\.]+)</p>"
}