Wallet/bower.json

13 lines
214 B
JSON
Raw Normal View History

2014-03-14 17:38:27 -03:00
{
"name": "cosign",
"keywords": [
"cosign",
"wallet",
2014-03-18 13:09:21 -03:00
"multisignature"
2014-03-14 17:38:27 -03:00
],
"dependencies": {
"angular": "~1.2.x",
2014-03-18 13:09:21 -03:00
"angular-ui-router": "~0.2.10",
"angular-bootstrap": "~0.10.0"
2014-03-14 17:38:27 -03:00
}
}