-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}