forked from 0xbitcoin/0xbitcoin-miner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 863 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
{
"name": "0xbitcoin-miner",
"version": "1.5.23",
"engines": {
"node": ">=8.9"
},
"description": "Find hashes, get money.",
"main": "index.js",
"scripts": {
"build": "node-gyp configure build --target=v8.9.4",
"package": "pkg index.js ",
"test": "./node_modules/mocha/bin/mocha"
},
"author": "",
"license": "MIT",
"dependencies": {
"appdata": "^1.1.0",
"cryptr": "^3.0.0",
"ethereumjs-tx": "^1.3.3",
"jayson": "^2.0.5",
"js-sha3": "^0.7.0",
"leftpad": "^0.0.1",
"mkdirp": "^0.5.1",
"nan": "^2.8.0",
"node-localstorage": "^1.3.0",
"prompt": "^1.0.0",
"web3": "^1.0.0-beta.29",
"web3-eth": "^1.0.0-beta.30",
"web3-utils": "^1.0.0-beta.30"
},
"pkg": {
"scripts": "node_modules/scrypt/index.js",
"assets": []
},
"devDependencies": {
"mocha": "^5.0.0"
}
}