-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 KB
/
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
42
43
44
45
{
"name": "kryptos",
"version": "1.0.0",
"description": "High performance mining pool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kryptos-Team/kryptos.git"
},
"keywords": [
"mining",
"pool",
"crypto",
"bitcoin",
"monero",
"litecoin",
"altcoin",
"stratum",
"poolserver",
"scrypt"
],
"author": "Abhimanyu Saharan <desk.abhimanyu@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kryptos-Team/kryptos/issues"
},
"homepage": "https://github.com/Kryptos-Team/kryptos#readme",
"dependencies": {
"async": "1.5.2",
"base58-native": "^0.1.4",
"bignum": "^0.13.1",
"colors": "^1.4.0",
"dateformat": "^3.0.3",
"extend": "^3.0.2",
"kryptos-stratum-pool": "^1.0.4",
"node-json-minify": "^1.0.0",
"nonce": "^1.0.4",
"posix": "^4.1.2",
"redis": "^2.8.0",
"request": "^2.88.0"
}
}