Wallet/bower.json

25 lines
584 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": {
"angular": "~1.2.x",
"angular-foundation": "*",
"angular-route": "~1.2.14",
2014-03-26 17:56:11 -03:00
"angular-qrcode": "~3.1.0",
"peerjs": "~0.3.8",
2014-03-21 19:29:26 -03:00
"angular-mocks": "~1.2.14",
"mocha": "~1.18.2",
2014-04-15 16:31:00 -03:00
"chai": "~1.9.1",
2014-04-17 18:02:20 -03:00
"crypto-js": "http://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
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": "*",
2014-05-16 13:18:25 -07:00
"bitcore": "~0.1.19",
"angular-moment": "~0.7.1",
"socket.io-client": ">=1.0.0"
2014-03-14 17:38:27 -03:00
}
}