-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.03 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": "resume",
"description": "",
"main": "index.js",
"authors": [
"r567tw <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/r567tw/resume",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "v4.0.0-alpha.6",
"font-awesome": "fontawesome#^4.7.0",
"wow": "wow.js#^1.1.2",
"animate.css": "^3.5.2",
"jquery": "^3.2.1",
"particles.js": "^2.0.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"animate.css": {
"main": "animate.min.css"
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.*"
]
},
"jquery": {
"main": "dist/jquery.js"
},
"tether": {
"main": "dist/js/tether.js"
},
"wow": {
"main": "dist/wow.js"
},
"particles.js":{
"main": "particles.min.js"
}
}
}