-
Notifications
You must be signed in to change notification settings - Fork 399
/
package.json
46 lines (46 loc) · 868 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
39
40
41
42
43
44
45
46
{
"name": "coin-hive",
"version": "1.10.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha test --timeout 600000"
},
"license": "MIT",
"dependencies": {
"coin-hive-stratum": "^1.4.7",
"elegant-spinner": "^1.0.1",
"express": "^4.15.4",
"log-update": "^2.1.0",
"minimist": "^1.2.0",
"puppeteer": "^0.10.2",
"tty-table": "^2.5.5"
},
"bin": {
"coin-hive": "./bin/coin-hive"
},
"devDependencies": {
"expect": "^21.1.0",
"mocha": "^3.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cazala/coin-hive.git"
},
"engines": {
"node": ">=8.0",
"npm": ">=5.0"
},
"keywords": [
"coinhive",
"monero",
"electroneum",
"xmr",
"etn",
"crypto",
"cryptocurrency",
"cryptocurrencies",
"mining",
"miner"
]
}