forked from blocktrail/blocktrail-webwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 846 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 846 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
{
"name": "blocktrail-wallet",
"private": "true",
"dependencies": {
"blocktrail-sdk": "[email protected]:blocktrail/blocktrail-sdk-nodejs.git#988b1eff9f86f631b00bcf1f917abbcbd715cdac",
"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.13.2",
"angular": "~1.3.13",
"angular-ui-router": "~0.2.15",
"ng-infinite-scroller-origin": "~1.2.1",
"angular-toggle-switch": "~1.3.0",
"ionic-service-core": "~0.1.10",
"ionic-service-analytics": "~0.2.5"
},
"resolutions": {
"angular": ">= 1.3.13"
}
}