Wallet/bower.json

29 lines
672 B
JSON
Raw Normal View History

2014-03-14 17:38:27 -03:00
{
"name": "copay",
2014-03-14 17:38:27 -03:00
"keywords": [
"copay",
2014-03-14 17:38:27 -03:00
"wallet",
2015-03-06 12:00:10 -03:00
"multisignature",
2015-06-05 10:38:07 -04:00
"bitcore"
2014-03-14 17:38:27 -03:00
],
"dependencies": {
2015-03-06 12:00:10 -03:00
"angular": "~1.3.13",
"angular-foundation": "*",
2015-03-06 12:00:10 -03:00
"angular-qrcode": "~5.1.0",
"angular-gettext": "~2.0.5",
2015-09-04 10:08:04 -03:00
"animate.css": "3.4.0",
2015-03-06 12:00:10 -03:00
"foundation": "zurb/bower-foundation#~5.5.1",
"foundation-icon-fonts": "*",
"ng-lodash": "~0.2.0",
"angular-moment": "0.10.1",
"moment": "2.10.3",
2015-09-18 11:35:47 -03:00
"angular-bitcore-wallet-client": "0.4.4",
2015-03-06 12:00:10 -03:00
"angular-ui-router": "~0.2.13",
2014-05-14 17:15:01 -03:00
"qrcode-decoder-js": "*",
"fastclick": "*",
2015-04-11 12:16:16 -03:00
"angular-ui-switch": "~0.1.0"
},
"resolutions": {
2015-03-06 12:00:10 -03:00
"qrcode-generator": "0.0.1"
2014-03-14 17:38:27 -03:00
}
}