forked from mtl1979/bittorium-pool
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 990 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
{
"name": "@talleoproject/talleo-pool",
"description": "Mining pool for Talleo (TLO)",
"version": "1.1.5",
"license": "GPL-2.0",
"authors": [
"Matthew Little",
"Mika Lindqvist",
"Patrick Leisegang"
],
"repository": {
"type": "git",
"url": "https://github.com/TalleoProject/talleo-pool"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@mtl1979/base58-native": "git+https://github.com/mtl1979/node-base58.git",
"@mtl1979/bignum": "git+https://github.com/mtl1979/node-bignum.git",
"async": "1",
"cli-color": "^2.0.3",
"dateformat": "^3.0.3",
"node": "^8.17.0",
"redis": "^3.0.2",
"turtlecoin-cryptonote-util": "0.0.7",
"turtlecoin-multi-hashing": "0.0.19"
},
"engines": {
"node": "^8"
},
"scripts": {
"start": "node init.js"
},
"devDependencies": {}
}