Wallet/bower.json

32 lines
697 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",
2014-03-18 13:09:21 -03:00
"multisignature"
2014-03-14 17:38:27 -03:00
],
"dependencies": {
2014-07-10 17:22:10 -03:00
"angular": "=1.2.19",
"angular-foundation": "*",
"angular-route": "~1.2.14",
2014-03-26 17:56:11 -03:00
"angular-qrcode": "~3.1.0",
2014-03-21 19:29:26 -03:00
"angular-mocks": "~1.2.14",
"angular-gettext": "~1.1.0",
"mocha": "~1.18.2",
2014-04-15 16:31:00 -03:00
"chai": "~1.9.1",
2014-05-06 17:02:49 -03:00
"sjcl": "1.0.0",
"file-saver": "*",
2014-05-14 17:15:01 -03:00
"qrcode-decoder-js": "*",
"angular-moment": "~0.7.1",
"socket.io-client": ">=1.0.0",
"mousetrap": "1.4.6",
"zeroclipboard": "~1.3.5",
2014-09-02 10:23:57 -03:00
"ng-idle": "*",
"underscore": "~1.7.0",
2014-09-01 15:40:31 -03:00
"inherits": "~0.0.1",
"angular-load": "0.2.0"
},
"resolutions": {
"angular": "=1.2.19"
2014-03-14 17:38:27 -03:00
}
}