-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 641 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 641 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
{
"dependencies": {
"bootstrap": "3.4.1",
"bootswatch": "3.4.1+1",
"d3": "3.5.17",
"font-awesome": "4.7.0",
"highlight.js": "https://github.com/isagalaev/highlight.js.git#8.4",
"jquery": "3.3.1",
"moment": "2.23.0",
"selectize": "0.12.4"
},
"name": "gae-init",
"overrides": {
"bootstrap": {
"main": ["less/**", "fonts/*", "js/*"]
},
"bootswatch": {
"main": ["**/*.less"]
},
"font-awesome": {
"main": ["less/*", "fonts/*"]
},
"highlight.js": {
"main": ["src/**/*.{js,css}"]
},
"selectize": {
"main": ["dist/**/*.{js,less}"]
}
}
}