forked from zone117x/node-cryptonote-pool
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
26 lines (26 loc) · 817 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
{
"name": "cryptonote-pool",
"version": "0.0.1",
"license": "GPL-2.0",
"author": "Matthew Little",
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-cryptonote-pool.git"
},
"dependencies": {
"async": "1.5.2",
"base58-native": "0.1.4",
"bignum": "0.13.0",
"bs58check": "^2.1.2",
"cli-color": "1.1.0",
"cryptonote-util": "git://github.com/kevacoin-project/node-cryptonote-util#xmr-Nan-2.0",
"dateformat": "1.0.12",
"deasync": "^0.1.14",
"multi-hashing": "git://github.com/zone117x/node-multi-hashing.git",
"cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git",
"redis": "0.12.1"
},
"engines": {
"node": ">=0.10"
}
}