copay/bower.json

30 lines
694 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",
"bircore"
2014-03-14 13:38:27 -07:00
],
"dependencies": {
2015-03-06 07:00:10 -08:00
"angular": "~1.3.13",
"angular-foundation": "*",
2015-03-06 07:00:10 -08:00
"angular-animate": "~1.3.13",
"angular-touch": "~1.3.0",
"angular-qrcode": "~5.1.0",
"angular-gettext": "~2.0.5",
"animate.css": "~3.2.0",
"foundation": "zurb/bower-foundation#~5.5.1",
"foundation-icon-fonts": "*",
"ng-lodash": "~0.2.0",
"angular-moment": "~0.9.0",
2015-04-15 09:25:37 -07:00
"angular-bitcore-wallet-client": "^0.0.16",
2015-03-06 07:00:10 -08:00
"angular-ui-router": "~0.2.13",
2014-05-14 13:15:01 -07:00
"qrcode-decoder-js": "*",
2015-04-11 08:16:16 -07:00
"angular-ui-switch": "~0.1.0"
},
"resolutions": {
2015-03-06 07:00:10 -08:00
"qrcode-generator": "0.0.1"
2014-03-14 13:38:27 -07:00
}
}