forked from BitGo/bitgo-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 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
{
"name": "bitgo-cli",
"version": "4.3.1",
"description": "BitGo command-line interface",
"main": "src/index.js",
"bin": {
"bitgo": "bin/bitgo"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/BitGo/bitgo-cli.git"
},
"keywords": [
"bitgo",
"bitcoin"
],
"engines": {
"node": ">=6.9.0",
"npm": ">=3.10.0"
},
"author": "BitGo Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BitGo/bitgo-cli/issues"
},
"homepage": "https://github.com/BitGo/bitgo-cli",
"dependencies": {
"argparse": "1.0.2",
"bitgo": "4.3.1",
"bs58check": "1.0.5",
"lodash": "2.4.1",
"moment": "2.18.1",
"open": "0.0.5",
"q": "1.1.2",
"qr-image": "^3.1.0",
"read": "1.0.5",
"secrets.js-grempe": "1.1.0",
"sjcl": "1.0.1",
"superagent": "3.5.2",
"superagent-as-promised": "3.1.1",
"underscore.string": "2.4.0"
},
"devDependencies": {
"mocha": "^3.4.2"
},
"preferGlobal": true
}