mirror of https://github.com/BTCPrivate/z-nomp.git
34 lines
891 B
JSON
34 lines
891 B
JSON
{
|
|
"name": "node-stratum-portal",
|
|
"version": "0.0.2",
|
|
"description": "Node quick start example portal",
|
|
"main": "init.js",
|
|
"dependencies": {
|
|
"stratum-pool": "zone117x/node-stratum",
|
|
"dateformat": "*",
|
|
"node-json-minify": "*",
|
|
"posix": "*",
|
|
"redis": "*",
|
|
"mysql": "felixge/node-mysql"
|
|
},
|
|
"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"
|
|
} |