z-nomp/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

{
2014-03-07 14:04:14 -08:00
"name": "node-open-mining-portal",
2014-04-23 11:53:19 -07:00
"version": "0.0.4",
2014-03-07 14:04:14 -08:00
"description": "An extremely efficient, highly scalable, all-in-one, easy to setup cryptocurrency mining pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
2016-11-16 14:46:07 -08:00
"homepage": "https://github.com/joshuayabut/node-open-mining-portal",
2014-03-07 14:04:14 -08:00
"bugs": {
2016-11-16 14:46:07 -08:00
"url": "https://github.com/joshuayabut/node-open-mining-portal/issues"
2014-03-07 14:04:14 -08:00
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
2014-01-16 09:08:33 -08:00
"main": "init.js",
2014-03-07 14:04:14 -08:00
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
2016-11-16 14:46:07 -08:00
"url": "https://github.com/joshuayabut/node-open-mining-portal.git"
2014-03-07 14:04:14 -08:00
},
2014-01-16 09:08:33 -08:00
"dependencies": {
2016-11-16 14:46:07 -08:00
"stratum-pool": "https://github.com/joshuayabut/node-stratum-pool.git",
"dateformat": "*",
2014-02-20 15:13:50 -08:00
"node-json-minify": "*",
2014-03-03 12:51:11 -08:00
"redis": "*",
2014-03-11 18:56:19 -07:00
"mysql": "*",
2014-03-12 23:37:27 -07:00
"async": "*",
"express": "*",
"body-parser": "*",
"compression": "*",
"dot": "*",
"colors": "*",
"node-watch": "*",
"request": "*",
2014-04-19 16:08:52 -07:00
"nonce": "*",
"bignum": "*",
"extend": "*"
2014-01-16 09:08:33 -08:00
},
2014-03-07 14:04:14 -08:00
"engines": {
"node": ">=0.10"
}
}
2016-11-16 14:46:07 -08:00