-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 805 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 805 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": "dsg_homepage_v1",
"homepage": "https://github.com/dsnger/dsg-development",
"authors": [
"Daniel <dsnger@arcor.de>"
],
"description": "dsg homepage",
"main": "index.html",
"keywords": [
"website"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"materialize": "^0.100.1",
"bourbon": "^4.3.4",
"susy": "^3.0.0",
"breakpoint-sass": "^2.7.1",
"css-hamburgers": "^0.9.1",
"lazyload": "^3.2.2",
"waypoints": "^4.0.1",
"aos": "^2.2.0",
"picturefill": "^3.0.3",
"gulp": "^3.9.1",
"modernizr": "^3.5.0",
"lazysizes": "^3.0.0",
"juice": "^1.0.1"
},
"dependencies": {
"jquery": "^3.2.1",
"normalize-css": "^7.0.0"
}
}