material-design-lite/bower.json
2015-02-04 10:33:39 +00:00

31 lines
572 B
JSON

{
"name": "material-design-lite",
"version": "1.0.0",
"homepage": "https://github.com/google/material-design-lite",
"authors": [
"Web Starter Kit team"
],
"description": "Material Design Components in CSS, JS and HTML",
"main": [
"css/material.min.css",
"js/material.min.js",
"images/"
],
"keywords": [
"material",
"design",
"styleguide",
"style",
"guide"
],
"license": "Apache-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./lib/.bower_components",
"test",
"tests"
]
}