cgminer-api
Version:
Complete cgminer API implementation for Node.js with multi-version support, response validation, and integration tests
42 lines (41 loc) • 986 B
JSON
{
"name": "cgminer-api",
"version": "1.0.0-beta6",
"description": "Complete cgminer API implementation for Node.js with multi-version support, response validation, and integration tests",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/hashware/node-cgminer-api.git"
},
"keywords": [
"cgminer",
"sgminer",
"bfgminer",
"hashware",
"hashpanel",
"bitcoin",
"mining",
"miner"
],
"author": "Travis Webb <me@traviswebb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hashware/node-cgminer-api/issues"
},
"homepage": "https://github.com/hashware/node-cgminer-api",
"devDependencies": {
"mocha": "^1.21.4"
},
"dependencies": {
"bluebird": "^2.3.2",
"congruence": "^1.6.4",
"lodash": "^2.4.1",
"npmlog": "^0.1.1",
"request": "^2.45.0",
"requireindex": "^1.1.0",
"semver": "^4.0.3"
}
}