forked from gnosis/MultiSigWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.05 KB
/
bower.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
{
"name": "multi-sig-web",
"authors": [
],
"description": "Angular App for MultiSigWallet",
"main": "index.html",
"moduleType": [],
"keywords": [
"ethereum",
"multisig",
"web3"
],
"license": "MIT",
"homepage": "https://www.gnosis.pm",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.8",
"angular-route": "1.5.8",
"angular-touch": "1.5.8",
"angular-animate": "1.5.8",
"angular-bootstrap": "2.2.0",
"bootstrap": "3.3.7",
"web3": "0.16.0",
"font-awesome": "fontawesome#4.7.0",
"bootstrap3-dialog": "bootstrap-dialog#^1.35.3",
"ethereum-tx": "*",
"moment": "^2.17.0",
"ngclipboard": "^1.1.1",
"clipboard": "^1.5.16",
"angular-mocks": "1.5.8",
"ethjs-abi-denis": "0.1.1",
"rlp": "^0.0.1",
"abi-decoder": "1.0.7",
"ledger-wallet-provider": "1.0.5",
"SpinKit": "spinkit#^1.2.5"
},
"resolutions": {
"angular": "~1.5.8"
}
}