forked from onyxcorp/onyx-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 783 Bytes
/
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
{
"name": "angu",
"private": true,
"dependencies": {
"angular": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-aria": "~1.3.0",
"angular-charts": "~0.2.6",
"angular-cookies": "~1.3.0-rc.4",
"angular-intro.js": "~1.1",
"angular-loading-bar": "~0.6.0",
"angular-local-storage": "~0.1.3",
"angular-material": "~0.4.2",
"angular-resource": "~1.3.0",
"angular-snap": "~1.6",
"angular-ui-router": "~0.2.11",
"d3": "~3.4.13",
"jquery": "~2.1",
"ngDialog": "~0.3.2",
"snapjs": "~1.9",
"underscore": "~1.7",
"underscore.string": "~2.3",
"moment": "~2.8.3",
"tether": "~0.6.5",
"font-awesome": "~4.2.0",
"lodash": "~2.4.1"
},
"resolutions": {
"angular": "~1.3.0",
"d3": "~3.4.13"
}
}