This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
forked from ethereum/ethereum-client-binaries
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
46
47
48
49
50
51
52
53
{
"name": "ethereum-classic-client-binaries",
"version": "1.5.0",
"description": "Download Ethereum Classic client binaries for your OS",
"main": "src/index.js",
"scripts": {
"test": "mocha --timeout 180000 --ui exports --reporter spec test/*.test.js",
"test-coverage": "istanbul cover _mocha -- --timeout 180000 --ui exports --reporter spec test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumproject/ethereum-classic-client-binaries.git"
},
"keywords": [
"ethereum",
"blockchain",
"client",
"geth",
"parity",
"ethereumj",
"ethereumjs",
"pyethereum"
],
"author": "Ramesh Nair <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereumproject/ethereum-classic-client-binaries/issues"
},
"homepage": "https://github.com/ethereumproject/ethereum-classic-client-binaries#readme",
"dependencies": {
"buffered-spawn": "^3.3.2",
"got": "^6.5.0",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"lodash.values": "^4.3.0",
"mkdirp": "^0.5.1",
"tmp": "0.0.29",
"unzip": "^0.1.11"
},
"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"co-mocha": "^1.1.3",
"genomatic": "^1.0.0",
"istanbul": "^0.4.5",
"live-server": "^1.1.0",
"lodash.frompairs": "^4.0.1",
"md5-file": "^3.1.1",
"mocha": "^3.0.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}