Wallet/bower.json

28 lines
603 B
JSON
Raw Normal View History

2014-03-14 17:38:27 -03:00
{
"name": "copay",
2014-03-14 17:38:27 -03:00
"keywords": [
"copay",
2014-03-14 17:38:27 -03:00
"wallet",
2015-03-06 12:00:10 -03:00
"multisignature",
2015-06-05 10:38:07 -04:00
"bitcore"
2014-03-14 17:38:27 -03:00
],
"dependencies": {
"angular-mocks": "1.4.10",
"angular-gettext": "2.2.1",
2015-09-28 09:42:57 -03:00
"angular-moment": "0.10.1",
"angular-qrcode": "bitpay/angular-qrcode#~6.3.0",
2016-05-13 11:40:12 -03:00
"ionic": "1.3.1",
2015-09-28 09:42:57 -03:00
"moment": "2.10.3",
"ng-lodash": "0.2.3",
"qrcode-decoder-js": "*",
2017-03-29 20:49:32 +02:00
"trezor-connect": "~1.1.2",
"ng-csv": "~0.3.6",
"ionic-toast": "^0.4.1",
2016-09-13 17:39:01 -03:00
"angular-clipboard": "^1.4.2",
2016-10-07 20:03:51 -04:00
"angular-md5": "^0.1.10",
"ngtouch": "^1.0.1"
2016-02-16 13:09:39 -05:00
},
"resolutions": {
"angular": "1.5.3"
2014-03-14 17:38:27 -03:00
}
2015-10-16 18:41:53 -04:00
}