-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "angular-dashboard-framework",
"version": "0.12.0-SNAPSHOT",
"license": "MIT",
"authors": [
"Sebastian Sdorra"
],
"main": [
"dist/angular-dashboard-framework.js",
"dist/angular-dashboard-framework.css"
],
"ignore": [
".git",
".tmp",
"dist/docs",
"dist/reports",
"dist/sample",
"node_modules",
"sample",
"src",
"test",
".bowerrc",
".editorconfig",
".gitignore",
".gitmodules",
".jshintrc",
".travis.yml",
"bower.json",
"gulpfile.js",
"package.json"
],
"keywords": [
"dashboard",
"angular",
"bootstrap",
"widgets",
"adf"
],
"dependencies": {
"angular": ">=1.2",
"angular-bootstrap": "^0.14.3",
"bootstrap": "^3.3.6",
"Sortable": "^1.2.1"
},
"devDependencies": {
"angular-mocks": ">=1.2",
"angular-scenario": ">=1.2",
"angular-route": ">=1.2",
"angular-local-storage": ">=0.2",
"es5-shim": ">=4.1"
},
"resolutions": {
"angular": ">=1.2"
}
}