-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 897 Bytes
/
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
{
"author": "Yuki Akiyama",
"name": "multisig-wallet",
"version": "0.0.1",
"private": false,
"bin": {
"mnemonic-generator": "./bin/mnemonic-generator.js"
},
"dependencies": {
"@you21979/promise-sleep": "1.0.*",
"bip39": "2.2.*",
"bip32-derive-memorizer": "0.0.1",
"bitcoin-util-fee": "0.0.6",
"bitcoinfees-21co": "0.0.3",
"bitcoinjs-lib": "3.3.*",
"bluebird": "3.4.*",
"commander": "2.9.*",
"promise-util-task": "0.0.2"
},
"readmeFilename": "README.md",
"description": "",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/you21979/node-multisig-wallet.git"
},
"keywords": [
"bitcoin",
"coldwallet",
"multisig"
],
"bugs": {
"url": "https://github.com/you21979/node-multisig-wallet/issues"
},
"license": "MIT"
}