copay/bower.json

32 lines
668 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",
2014-03-18 09:09:21 -07:00
"multisignature"
2014-03-14 13:38:27 -07:00
],
"dependencies": {
"angular": "~1.3.0",
"angular-foundation": "*",
"angular-route": "~1.3.0",
2014-03-26 13:56:11 -07:00
"angular-qrcode": "~3.1.0",
"angular-mocks": "~1.3.0",
"angular-gettext": "~1.1.0",
"mocha": "~1.18.2",
2014-04-15 12:31:00 -07:00
"chai": "~1.9.1",
2014-05-06 13:02:49 -07:00
"sjcl": "1.0.0",
"file-saver": "*",
2014-05-14 13:15:01 -07:00
"qrcode-decoder-js": "*",
"angular-moment": "~0.7.1",
"socket.io-client": ">=1.0.0",
2015-03-30 13:23:01 -07:00
"ng-idle": "~1.0.2",
2014-09-01 11:40:31 -07:00
"inherits": "~0.0.1",
2014-12-05 08:24:46 -08:00
"lodash": "~2.4.1",
2014-11-22 19:33:57 -08:00
"angular-gravatar": "*",
"angular-touch": "~1.3.0"
},
"resolutions": {
"angular": "~1.3.0"
2014-03-14 13:38:27 -07:00
}
}