-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 717 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
33
34
35
{
"name": "js4eos",
"version": "1.6.2",
"license": "MIT",
"preferGlobal": true,
"main": "index.js",
"bin": {
"js4eos": "js4eos",
"js4eos_bg": "js4eos_bg",
"bg_service": "bg_service"
},
"repository": "https://github.com/itleaks/js4eos",
"scripts": {
"test": "node dev-demo.js"
},
"keywords": [
"eos",
"javascript eos",
"eos cleos",
"eos client"
],
"dependencies": {
"archiver": "^3.0.0",
"command-exists": "^1.2.8",
"daemonize2": "^0.4.2",
"eosjs": "16.0.8",
"mocha": "^5.2.0",
"open": ">=6.0.0",
"query-string": "^6.2.0",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"unzip": "^0.1.11",
"yargs": "^7.0.2"
}
}