forked from muicss/mui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 958 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 958 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
40
41
42
{
"name": "mui",
"version": "0.6.7",
"license": "MIT",
"authors": [
"Andres Morey <andres@muicss.com>"
],
"homepage": "https://www.muicss.com",
"description": "MUI is a lightweight HTML/CSS/JS framework that follows Google's Material Design guidelines.",
"main": [
"src/sass/mui.scss",
"src/sass/mui/_colors.scss",
"src/email/mui-email-inline.scss",
"src/email/mui-email-styletag.scss",
"packages/cdn/css/mui.css",
"packages/cdn/css/mui.min.css",
"packages/cdn/js/mui.js",
"packages/cdn/js/mui.min.js"
],
"repository": {
"type": "git",
"url": "git://github.com/muicss/mui.git"
},
"keywords": [
"material design",
"frontend framework",
"html, css, and js framework",
"email css template"
],
"dependencies": {
},
"ignore": [
"**/.*",
"build-targets",
"e2e-tests",
"examples",
"gulpfile.js",
"node_modules",
"package.json",
"test"
]
}