copay/bower.json

29 lines
603 B
JSON
Raw Normal View History

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