-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 957 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 957 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
{
"name": "html-starter",
"description": "A starter kit for HTML5 static website development with a congenial build process",
"main": "",
"authors": ["Brion Mario"],
"license": "MIT",
"keywords": [
"gulp",
"css",
"sass",
"html",
"responsive",
"apareciumlabs",
"starter",
"seed"
],
"homepage": "https://github.com/brionmario/html-starter",
"private": true,
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"],
"dependencies": {
"font-awesome": "~4.4.0",
"jquery": "^3.4.1",
"bootstrap": "^4.3.1"
},
"overrides": {
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.svg"
]
},
"bootstrap": {
"main": ["dist/css/bootstrap.min.css", "dist/js/bootstrap.min.js"]
}
}
}