-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 846 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 846 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
43
44
{
"name": "angular-dashboard-framework",
"version": "0.9.0-SNAPSHOT",
"main": [
"dist/angular-dashboard-framework.js",
"dist/angular-dashboard-framework.css"
],
"ignore": [
"bower.json",
".bowerrc",
".gitignore",
"Gruntfile.js",
"node_modules",
"package.json",
"sample",
"src",
".tmp",
"dist/docs",
"dist/sample"
],
"keywords": [
"dashboard",
"angular",
"bootstrap",
"widgets",
"adf"
],
"dependencies": {
"angular": "1.2.28",
"angular-bootstrap": "0.12.0",
"bootstrap": "3.3.4",
"Sortable": "1.1.1"
},
"devDependencies": {
"angular-mocks": "1.2.28",
"angular-scenario": "1.2.28",
"angular-route": "1.2.28",
"angular-local-storage": "0.1.5",
"es5-shim": "~2.0.8"
},
"resolutions": {
"angular": "1.2.28"
}
}