-
Notifications
You must be signed in to change notification settings - Fork 26
/
bower.json
41 lines (41 loc) · 1.02 KB
/
bower.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "dagcoin",
"keywords": [
"dagcoin",
"wallet",
"multisignature"
],
"dependencies": {
"angular": "1.4.6",
"angular-foundation": "byteball/angular-foundation",
"angular-gettext": "2.1.0",
"angular-touch": "1.4.6",
"angular-carousel": "*",
"angular-moment": "0.10.1",
"angular-qrcode": "monospaced/angular-qrcode#~6.0.3",
"angular-ui-router": "0.2.15",
"angular-ui-switch": "0.1.1",
"animate.css": "3.4.0",
"fastclick": "1.0.6",
"foundation": "5.5.2",
"foundation-icon-fonts": "*",
"moment": "2.10.3",
"ng-lodash": "0.2.3",
"qrcode-decoder-js": "*",
"angular-elastic": "^2.5.1",
"ui-router-extras": "^0.1.3",
"angular-mocks": "1.4.6",
"raven-js": "^3.17.0",
"ng-dialog": "~1.4.0",
"angular-animate": "1.4.6",
"gsap": "^1.20.2",
"angular-swipe": "^0.2.1",
"angular-swiper": "^0.4.0",
"angular-ui-swiper": "^2.3.6",
"es6-shim": "^0.35.3",
"es5-shim": "^4.5.9"
},
"resolutions": {
"angular": "1.4.6"
}
}