forked from nickholub/angular-dashboard-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 995 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
33
34
35
36
37
{
"name": "angularDashboard",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.15",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"bootstrap-sass": "~2.3.1",
"es5-shim": "~2.0.8",
"angular-resource": "~1.2.15",
"angular-cookies": "~1.2.15",
"angular-sanitize": "~1.2.15",
"gridster": "~0.2.1",
"bootstrap": "~3.0.3",
"angular-bootstrap": "0.9.0",
"angular-route": "~1.2.15",
"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.0.7",
"angular-scenario": "~1.0.7"
},
"resolutions": {
"angular": "1.2.15",
"angular-ui-sortable": "~0.12.2",
"d3": "3.4.4"
}
}