forked from creditbit/Creditpay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 694 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Creditbit",
"keywords": [
"Creditbit",
"wallet",
"multisignature",
"creditbitcore"
],
"dependencies": {
"angular": "~1.3.13",
"angular-foundation": "*",
"angular-qrcode": "~5.1.0",
"angular-gettext": "~2.0.5",
"animate.css": "~3.2.0",
"foundation": "zurb/bower-foundation#~5.5.1",
"foundation-icon-fonts": "*",
"ng-lodash": "~0.2.0",
"angular-moment": "~0.10.1",
"moment": "~2.10.3",
"angular-bitcore-wallet-client": "git://github.com/creditbit/angular-creditbitcore-wallet-client.git",
"angular-ui-router": "~0.2.13",
"qrcode-decoder-js": "*",
"fastclick": "*",
"angular-ui-switch": "~0.1.0"
}
}