forked from blocktrail/blocktrail-webwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 937 Bytes
/
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
{
"name": "blocktrail-wallet",
"private": "true",
"dependencies": {
"blocktrail-sdk": "3.7.22",
"bip70-js": "2.0.1",
"powtcha": "0.1.2",
"pouchdb": "[email protected]:blocktrail/pouchdb.git#blocktrail",
"q": "1.2.0",
"angular-moment": "~0.10.0",
"browserify-cryptojs": "~0.3.1",
"angular-qr": "0.2.0",
"angular-translate": "~2.7.0",
"libphonenumber": "~0.9.0",
"ngImgCrop": "~0.3.2",
"intl-tel-input": "~6.0.5",
"bootstrap-sass": "3.3.5",
"angular-bootstrap": "0.14.3",
"angular": "~1.3.13",
"angular-ui-router": "~0.2.15",
"ng-infinite-scroller-origin": "~1.2.1",
"angular-toggle-switch": "~1.3.0",
"angulartics": "^1.4.0",
"angulartics-google-analytics": "^0.4.0",
"bowser": "^1.6.0",
"zxcvbn": "^4.4.1",
"semver": "^4.3.4",
"fingerprintjs2": "^1.5.0",
"raven-js": "^3.17.0"
},
"resolutions": {
"angular": ">= 1.3.13"
}
}