forked from destrys/ethereum-multisig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
51
52
{
"name": "unchained-ethereum-multisig",
"version": "1.0.0",
"description": "2/3-multisig Trezor-backed cold wallet.",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchained-capital/ethereum-multisig.git"
},
"keywords": [
"ethereum",
"solidity",
"multisig",
"trezor"
],
"author": "Destry Saul <destry@unchained-capital.com>",
"contributors": [
"Dhruv Bansal <dhruv@unchained-capital.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/unchained-capital/ethereum-multisig/issues"
},
"homepage": "https://github.com/unchained-capital/ethereum-multisig#readme",
"devDependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0",
"browserify": "^15.2.0",
"ethereumjs-testrpc": "^4.1.3",
"ethereumjs-wallet": "^0.6.0",
"font-awesome": "^4.7.0",
"highlightjs": "^9.10.0",
"highlightjs-solidity": "^1.0.5",
"jquery": "^3.3.1",
"keccak": "^1.4.0",
"pejs": "^0.6.5",
"popper.js": "^1.12.9",
"tether": "^1.4.3",
"trezor.js-node": "^6.11.3",
"truffle": "^4.0.6",
"web3": "^0.20.4"
},
"dependencies": {
"serve": "^6.4.1"
}
}