copay/bower.json

27 lines
621 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",
"angular-bitcore-wallet-client": "0.4.4",
"angular-foundation": "0.7.0",
"angular-gettext": "2.1.0",
"angular-moment": "0.10.3",
"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": "*",
"moment": "2.10.6",
"ng-lodash": "0.2.3",
"qrcode-decoder-js": "*"
2014-03-14 13:38:27 -07:00
}
}