-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 927 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 927 Bytes
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
42
{
"name": "angular-dashboard-framework",
"version": "0.8.0-SNAPSHOT",
"main": [
"dist/angular-dashboard-framework.min.js",
"dist/angular-dashboard-framework.min.css"
],
"ignore": [
"bower.json",
".bowerrc",
".gitignore",
"Gruntfile.js",
"node_modules",
"package.json",
"sample",
"src",
".tmp",
"dist/docs"
],
"dependencies": {
"angular": "1.2.27",
"angular-bootstrap": "0.12.0",
"jquery": "1.11.2",
"jquery-ui": "1.11.3",
"angular-ui-sortable": "0.13.0",
"bootstrap": "3.3.1"
},
"devDependencies": {
"angular-mocks": "1.2.27",
"angular-scenario": "1.2.27",
"angular-route": "1.2.27",
"angular-local-storage": "0.1.5",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"angular-markdown-directive": "~0.1.0",
"highcharts-ng": "0.0.6",
"highcharts": "4.0.3"
},
"resolutions": {
"angular": "1.2.27"
}
}