2014-01-14 08:56:06 -08:00
|
|
|
{
|
2014-01-16 09:08:33 -08:00
|
|
|
"name": "node-stratum-portal",
|
2014-02-20 11:11:41 -08:00
|
|
|
"version": "0.0.2",
|
2014-01-16 09:08:33 -08:00
|
|
|
"description": "Node quick start example portal",
|
|
|
|
"main": "init.js",
|
|
|
|
"dependencies": {
|
2014-02-20 11:11:41 -08:00
|
|
|
"stratum-pool": "zone117x/node-stratum",
|
2014-01-16 11:18:16 -08:00
|
|
|
"dateformat": "*",
|
2014-02-20 15:13:50 -08:00
|
|
|
"node-json-minify": "*",
|
2014-03-01 17:19:10 -08:00
|
|
|
"posix": "*",
|
2014-03-03 12:51:11 -08:00
|
|
|
"redis": "*",
|
2014-03-03 21:55:09 -08:00
|
|
|
"mysql": "felixge/node-mysql"
|
2014-01-16 09:08:33 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zone117x/node-stratum-portal.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node",
|
|
|
|
"stratum",
|
|
|
|
"pool",
|
|
|
|
"mining"
|
|
|
|
],
|
|
|
|
"author": "zone117x",
|
|
|
|
"license": "GPL",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/zone117x/node-stratum-portal/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/zone117x/node-stratum-portal"
|
2014-01-15 15:04:19 -08:00
|
|
|
}
|