forked from roots/sage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
46 lines (46 loc) · 1.4 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
{
"name": "sage",
"homepage": "https://roots.io/sage/",
"authors": [
"Ben Word <ben@benword.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"modernizr": "2.8.2",
"materialize": "~0.96.1"
},
"overrides": {
"modernizr": {
"main": "./modernizr.js"
},
"materialize": {
"main": [
"./sass/materialize.scss",
"./dist/js/materialize.js",
"./font/material-design-icons/MaterialDesign-Icons.eot",
"./font/material-design-icons/MaterialDesign-Icons.svg",
"./font/material-design-icons/MaterialDesign-Icons.ttf",
"./font/material-design-icons/MaterialDesign-Icons.woff",
"./font/material-design-icons/MaterialDesign-Icons.woff2",
"./font/roboto/Roboto-Bold.ttf",
"./font/roboto/Roboto-Bold.woff",
"./font/roboto/Roboto-Bold.woff2",
"./font/roboto/Roboto-Light.ttf",
"./font/roboto/Roboto-Light.woff",
"./font/roboto/Roboto-Light.woff2",
"./font/roboto/Roboto-Medium.ttf",
"./font/roboto/Roboto-Medium.woff",
"./font/roboto/Roboto-Medium.woff2",
"./font/roboto/Roboto-Regular.ttf",
"./font/roboto/Roboto-Regular.woff",
"./font/roboto/Roboto-Regular.woff2",
"./font/roboto/Roboto-Thin.ttf",
"./font/roboto/Roboto-Thin.woff",
"./font/roboto/Roboto-Thin.woff2"
]
}
},
"devDependencies": {
}
}