homepage/public/assets/embedded/phdpresentation/bower_components/mui/bower.json

37 lines
750 B
JSON

{
"name": "mui",
"version": "0.9.9",
"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": [
"packages/cdn/css/mui.css",
"packages/cdn/js/mui.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"
]
}