-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 Bytes
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
{
"name": "openethereum-binary",
"version": "2.0.3",
"description": "Download latest openethereum and export the path",
"main": "index.js",
"bin": {
"openethereum": "./openethereum.exe"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"simple-get": "^3.1.0",
"unzipper": "^0.10.11"
},
"devDependencies": {},
"scripts": {
"install": "node install.js",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperdivision/openethereum-binary.git"
},
"keywords": [],
"author": "Emil Bay <github@tixz.dk>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyperdivision/openethereum-binary/issues"
},
"homepage": "https://github.com/hyperdivision/openethereum-binary#readme"
}