-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
56 lines (56 loc) · 1.43 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
53
54
55
56
{
"name": "unchained-ethereum-multisig",
"version": "1.0.0",
"description": "2 of 3 multisig hardware wallet backed smart contract.",
"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",
"ledger"
],
"author": "Destry Saul <destry@unchained-capital.com>",
"contributors": [
"Dhruv Bansal <dhruv@unchained-capital.com>",
"Chris Howe <chris@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": {
"@ledgerhq/hw-app-eth": "^4.7.3",
"@ledgerhq/hw-transport-u2f": "^4.12.0",
"@ledgerhq/hw-transport-node-hid": "^4.7.6",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0",
"browserify": "^15.2.0",
"font-awesome": "^4.7.0",
"highlightjs": "^9.10.0",
"highlightjs-solidity": "^1.0.5",
"jquery": "^3.3.1",
"pejs": "^0.6.5",
"popper.js": "^1.12.9",
"solium": "^1.1.7",
"tether": "^1.4.3",
"trezor.js": "^6.17.6",
"truffle": "^4.1.13",
"ganache-cli": "^6.1.5",
"web3": "^0.20.4"
},
"dependencies": {
"serve": "^6.4.1"
}
}