forked from nickholub/angular-dashboard-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 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
{
"name": "angularDashboard",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.21",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"bootstrap-sass": "~2.3.1",
"es5-shim": "~2.0.8",
"angular-resource": "~1.2.21",
"angular-cookies": "~1.2.21",
"angular-sanitize": "~1.2.21",
"gridster": "~0.2.1",
"bootstrap": "~3.0.3",
"angular-bootstrap": "0.9.0",
"angular-route": "~1.2.21",
"angular-ui-dashboard": "https://github.com/nickholub/angular-ui-dashboard.git#master",
"jquery-ui": "~1.10.3",
"underscore": "~1.5.2",
"d3": "3.4.4",
"nvd3": "~1.1.15-beta",
"ng-grid": "~2.0.11",
"angularjs-nvd3-directives": "~0.0.7",
"angular-pines-notify": "~0.1",
"pines-notify": "~1.3",
"angular-ui-sortable": "~0.12.2"
},
"devDependencies": {
"angular-mocks": "~1.2.21",
"angular-scenario": "~1.2.21"
},
"resolutions": {
"angular-bootstrap": "~0.11.0",
"jquery-ui": "~1.11.0",
"d3": "3.4.4",
"jquery": "~2.0.3",
"angular": "1.2.25"
}
}