-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 848 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 848 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": "adf-widget-github",
"version": "0.7.0",
"main": "dist/adf-widget-github.js",
"ignore": [
"bower.json",
".bowerrc",
".jshintrc",
".gitignore",
"gulpfile.js",
"node_modules",
"package.json",
"components",
"src"
],
"keywords": [
"dashboard",
"widget",
"adf",
"adf-widget",
"github"
],
"description": "Github widgets for the angular-dashboard-framework",
"dependencies": {
"angular": ">=1.4 <1.6",
"angular-dashboard-framework": "~0.12.0",
"angular-chart.js": "^1.1.1"
},
"devDependencies": {
"angular-local-storage": "0.1.5"
},
"resolutions": {
"angular-bootstrap": "~1.1.2",
"bootstrap": "^3.3.6",
"Sortable": "~1.4.2"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css"
]
}
}
}