forked from Dogfalo/materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (54 loc) · 1.19 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": "Materialize",
"version": "0.94.2",
"description": "A modern responsive front-end framework based on Material Design",
"keywords": [
"css",
"js",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"ux",
"material",
"design"
],
"main": [
"bin/materialize.css",
"bin/materialize.js",
"font/material-design-icons/Material-Design-Icons.eot",
"font/material-design-icons/Material-Design-Icons.svg",
"font/material-design-icons/Material-Design-Icons.ttf",
"font/material-design-icons/Material-Design-Icons.woff",
"font/roboto/Roboto-Bold.ttf",
"font/roboto/Roboto-Light.ttf",
"font/roboto/Roboto-Medium.ttf",
"font/roboto/Roboto-Regular.ttf",
"font/roboto/Roboto-Thin.ttf"
],
"ignore": [
"jade/",
".gitignore",
"CNAME",
"css/",
"bower.json",
"README.md",
"images/",
"js/jquery.timeago.js",
"js/init.js",
"js/prism.js",
"res/",
"sass/style.scss",
"sass/ghpages-materialize.scss",
"**/*.html",
"**/*.zip",
"**/*.txt",
"sitemap.xml",
"package.json",
"Gruntfile.js"
],
"dependencies": {
"jquery": ">=2.1.1"
}
}