forked from weilu/cb-wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 890 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 890 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
36
37
38
{
"name": "cb-wallet",
"version": "0.10.7",
"description": "",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
"big.js": "^3.1.3",
"bip32-utils": "^0.6.2",
"bitcoin-tx-graph": "^4.0.4",
"bitcoinjs-lib": "git://github.com/LTEX-DEV/bitcoinjs-lib.git#1.5.x",
"cb-altcoins": "git://github.com/LTEX-DEV/cb-altcoins.git",
"envify": "^3.3.1"
},
"devDependencies": {
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"uniqueify": "^1.0.0"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/LTEX-DEV/cb-wallet.git"
},
"author": "Wei Lu <luwei.here@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/LTEX-DEV/cb-wallet/issues"
},
"browserify": {
"transform": [
"envify"
]
},
"homepage": "https://github.com/LTEX-DEV/cb-wallet"
}