copay/bower.json

31 lines
698 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": "1.4.6",
2015-11-11 05:53:51 -08:00
"angular-bitcore-wallet-client": "1.1.7",
2015-12-04 06:26:41 -08:00
"angular-foundation": "0.7.0",
2015-12-02 11:01:25 -08:00
"angular-gettext": "2.1.2",
2015-09-28 05:42:57 -07:00
"angular-moment": "0.10.1",
"angular-qrcode": "monospaced/angular-qrcode#~6.0.3",
"angular-ui-router": "0.2.18",
"angular-ui-switch": "0.1.1",
2015-09-04 06:08:04 -07:00
"animate.css": "3.4.0",
2015-12-04 06:26:41 -08:00
"foundation": "5.5.2",
2015-03-06 07:00:10 -08:00
"foundation-icon-fonts": "*",
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"
2016-02-16 10:09:39 -08:00
},
"resolutions": {
"angular": "1.4.6"
2014-03-14 13:38:27 -07:00
}
2015-10-16 15:41:53 -07:00
}