-
Notifications
You must be signed in to change notification settings - Fork 74
/
bower.json
36 lines (36 loc) · 981 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
{
"name": "angularDashboard",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.6",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"bootstrap-sass": "~2.3.1",
"es5-shim": "~2.0.8",
"angular-resource": "~1.2.6",
"angular-cookies": "~1.2.6",
"angular-sanitize": "~1.2.6",
"gridster": "~0.2.1",
"bootstrap": "~3.0.3",
"angular-bootstrap": "0.9.0",
"angular-route": "~1.2.6",
"angular-ui-dashboard": "[email protected]:nickholub/angular-ui-dashboard.git#master",
"jquery-ui": "~1.10.3",
"underscore": "~1.5.2",
"ng-grid": "~2.0.7",
"d3": "~3.3.13",
"nvd3": "~1.1.15-beta",
"angularjs-nvd3-directives": "~0.0.5-beta",
"angular-pines-notify": "~0.0.3",
"pnotify": "[email protected]:sciactive/pnotify.git#master"
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
},
"resolutions": {
"angular": "1.2.6",
"d3": "~3.3.13",
"nvd3": "~1.1.15-beta"
}
}