material-design-lite/bower.json

34 lines
707 B
JSON
Raw Normal View History

2015-02-04 02:15:31 -08:00
{
"name": "material-design-lite",
2015-02-04 02:15:31 -08:00
"version": "1.0.0",
"homepage": "https://github.com/google/material-design-lite",
2015-02-04 02:15:31 -08:00
"authors": [
"Web Starter Kit team"
],
"description": "Material Design Components in CSS, JS and HTML",
2015-02-04 02:15:31 -08:00
"main": [
"css/material.min.css",
"js/material.min.js",
2015-02-20 17:47:12 -08:00
"images",
"fonts/Material-Design-Iconic-Font.eot",
"fonts/Material-Design-Iconic-Font.ttf",
"fonts/Material-Design-Iconic-Font.woff"
2015-02-04 02:15:31 -08:00
],
"keywords": [
"material",
"design",
"styleguide",
"style",
"guide"
],
"license": "Apache-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./lib/.bower_components",
"test",
"tests"
]
}