forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 733 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 733 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
{
"name": "datatracker",
"version": "6.0.0",
"ignore": [],
"main": [],
"dependencies": {
"bootstrap-datepicker": "~1",
"d3": "~3",
"font-awesome": "~4",
"html5shiv": "~3",
"jquery": "~1",
"jquery.cookie": "~1",
"jquery.tablesorter": "~2",
"respond": "~1",
"select2": "~3",
"select2-bootstrap-css": "~1"
},
"devDependencies": {},
"overrides": {
"font-awesome": {
"main": [
"./css/font-awesome.min.css",
"./fonts/*"
]
},
"tablesorter": {
"main": [
"dist/js/jquery.tablesorter.combined.js",
"dist/css/theme.bootstrap.min.css"
]
},
"respond": {
"main": "dest/respond.min.js"
}
}
}