-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
25 lines (25 loc) · 889 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
{
"name": "cryptonote-universal-pool",
"version": "0.1.0",
"license": "GPL-2.0",
"author": "Matthew Little",
"repository": {
"type": "git",
"url": "https://github.com/fancoder/cryptonote-universal-pool.git"
},
"dependencies": {
"async": "^1.5.2",
"base58-native": "^0.1.4",
"bignum": "^0.13.1",
"cli-color": "^1.2.0",
"cryptonote-util": "git://github.com/Snipa22/node-cryptonote-util.git#xmr-Nan-2.0",
"multi-hashing": "git+https://github.com/Snipa22/node-multi-hashing-aesni.git#v0.1",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#865a1f18e7dd5cf0513ae6becfdbeba3a10c9fb9",
"dateformat": "^3.0.3",
"mailgun.js": "^9.3.0",
"redis": "^3.1.1"
},
"engines": {
"node": ">=8.0"
}
}