copay/bower.json

29 lines
654 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",
"angular-foundation": "0.7.0",
"angular-gettext": "2.1.0",
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.15",
"angular-ui-switch": "0.1.1",
2015-09-04 06:08:04 -07:00
"animate.css": "3.4.0",
"fastclick": "1.0.6",
"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": "*",
"trezor-connect": "~1.0.1"
2014-03-14 13:38:27 -07:00
}
2015-10-16 15:41:53 -07:00
}
2015-11-10 12:50:57 -08:00