-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 902 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
38
39
40
{
"name": "angular-dashboard-framework",
"version": "0.4.0-SNAPSHOT",
"main": "dist/angular-dashboard-framework.min.js",
"ignore": [
"bower.json",
".bowerrc",
".gitignore",
"Gruntfile.js",
"node_modules",
"package.json",
"sample",
"src",
".tmp",
"dist/docs"
],
"dependencies": {
"angular": "1.2.18",
"angular-bootstrap": "~0.11.0",
"font-awesome": "~4.1.0",
"jquery": "~2.0.3",
"jquery-ui": "~1.10.3",
"angular-ui-sortable": "0.13.0",
"bootstrap": "~3.2.0"
},
"devDependencies": {
"angular-mocks": "1.2.18",
"angular-scenario": "1.2.18",
"angular-route": "1.2.18",
"angular-local-storage": "0.0.1",
"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.18"
}
}