Wallet/bower.json

33 lines
722 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",
2014-09-02 10:23:57 -03:00
"ng-idle": "*",
2014-09-01 15:40:31 -03:00
"inherits": "~0.0.1",
2014-10-25 19:57:12 -03:00
"angular-load": "0.2.0",
2014-11-11 16:53:30 -03:00
"lodash": "~2.4.1",
2014-11-23 00:33:57 -03:00
"angular-gravatar": "*",
"angular-touch": "~1.3.3"
},
"resolutions": {
"angular": "=1.2.19"
2014-03-14 17:38:27 -03:00
}
}