-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.22 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
{
"name": "material-template",
"private": true,
"dependencies": {
"jquery": "~2.1.1",
"modernizr": "~2.8.1",
"materialize": "^0.98.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"overrides": {
"materialize": {
"main": [
"./dist/js/materialize.js",
"./sass/materialize.scss",
"./fonts/roboto/Roboto-Bold.eot",
"./fonts/roboto/Roboto-Bold.ttf",
"./fonts/roboto/Roboto-Bold.woff",
"./fonts/roboto/Roboto-Bold.woff2",
"./fonts/roboto/Roboto-Light.eot",
"./fonts/roboto/Roboto-Light.ttf",
"./fonts/roboto/Roboto-Light.woff",
"./fonts/roboto/Roboto-Light.woff2",
"./fonts/roboto/Roboto-Medium.eot",
"./fonts/roboto/Roboto-Medium.ttf",
"./fonts/roboto/Roboto-Medium.woff",
"./fonts/roboto/Roboto-Medium.woff2",
"./fonts/roboto/Roboto-Regular.eot",
"./fonts/roboto/Roboto-Regular.ttf",
"./fonts/roboto/Roboto-Regular.woff",
"./fonts/roboto/Roboto-Regular.woff2",
"./fonts/roboto/Roboto-Thin.eot",
"./fonts/roboto/Roboto-Thin.ttf",
"./fonts/roboto/Roboto-Thin.woff",
"./fonts/roboto/Roboto-Thin.woff2"
]
}
}
}