-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 848 Bytes
/
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
{
"name": "lcp",
"description": "Luca Pipolo portfolio.",
"main": "index.html",
"authors": [
"Luca Pipolo <[email protected]>"
],
"license": "GPL-3.0",
"homepage": "http://www.lucapipolo.com/",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "3.1.1",
"normalize-css": "5.0.0",
"scrollreveal": "3.3.4",
"fakeLoader": "fakeloader#*"
},
"overrides": {
"jquery": {
"main": [
"./dist/jquery.js"
]
},
"scrollreveal": {
"main": [
"./dist/scrollreveal.min.js"
]
},
"fakeLoader": {
"main": [
"./fakeLoader.min.js",
"./fakeLoader.css"
]
},
"normalize-css": {
"main": [
"./normalize.css"
]
}
}
}