forked from blocktrail/blocktrail-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 718 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 718 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
{
"name": "blocktrail-wallet",
"private": "true",
"dependencies": {
"blocktrail-sdk": "git@github.com:blocktrail/blocktrail-sdk-nodejs.git#e12e5a4",
"ionic": "1.0.1",
"pouchdb": "git@github.com:blocktrail/pouchdb.git#blocktrail",
"q": "1.2.0",
"angular-moment": "~0.10.0",
"browserify-cryptojs": "~0.3.1",
"ngCordova": "git@github.com:blocktrail/ng-cordova.git#blocktrail",
"angular-qr": "*",
"angular-translate": "~2.7.0",
"libphonenumber": "~0.9.0",
"ngImgCrop": "~0.3.2",
"intl-tel-input": "~6.0.0"
},
"resolutions": {
"angular": ">= 1.2.23"
},
"devDependencies": {
"ionic-service-core": "~0.1.10",
"ionic-service-analytics": "~0.2.5"
}
}