forked from bitpay/wallet
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 766 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 766 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
{
"name": "copay",
"keywords": [
"copay",
"wallet",
"multisignature",
"bitcore"
],
"dependencies": {
"angular-mocks": "1.4.10",
"angular-gettext": "2.2.1",
"angular-moment": "0.10.1",
"angular-qrcode": "bitpay/angular-qrcode#~6.3.0",
"ionic": "https://github.com/ionic-team/ionic-v1.git",
"moment": "2.10.3",
"ng-lodash": "0.2.3",
"qrcode-decoder-js": "*",
"trezor-connect": "https://github.com/trezor/connect.git#c1a00f9f0f4a13239ba13ddd589c6ca61f2e7876",
"ng-csv": "~0.3.6",
"ionic-toast": "^0.4.1",
"angular-clipboard": "^1.4.2",
"angular-md5": "^0.1.10",
"ngtouch": "^1.0.1",
"jsencrypt": "^2.3.0"
},
"resolutions": {
"angular": "1.5.3",
"ionic": "eefba1331b"
}
}