-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.07 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": "asch-cli",
"preferGlobal": true,
"version": "1.4.0",
"description": "Command line interface for bootstrapping and managing asch dapps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"asch",
"dapps",
"cli"
],
"bin": {
"asch-cli": "./bin/asch-cli"
},
"author": "Qingfeng Shan <[email protected]>",
"license": "MIT",
"dependencies": {
"asch-js": "*",
"async": "1.5.2",
"bitcore-mnemonic": "1.0.1",
"browserify-bignum": "1.3.0-2",
"bytebuffer": "^4.0.0",
"commander": "^2.8.1",
"crypto-browserify": "^3.9.14",
"fs-extra": "0.30.0",
"gift": "0.6.1",
"inquirer": "^3.3.0",
"js-nacl": "0.6.0",
"request": "^2.62.0",
"rmdir": "^1.1.0",
"shelljs": "^0.8.1",
"valid-url": "1.0.9"
},
"bugs": {
"url": "https://github.com/AschPlatform/asch-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AschPlatform/asch-cli.git"
},
"homepage": "https://github.com/AschPlatform/asch-cli"
}