material-design-lite/bower.json

30 lines
555 B
JSON
Raw Normal View History

2015-02-04 02:15:31 -08:00
{
"name": "material-design-lite",
2016-12-21 05:11:33 -08:00
"version": "1.3.0",
"homepage": "https://github.com/google/material-design-lite",
2015-02-04 02:15:31 -08:00
"authors": [
"Material Design Lite team"
2015-02-04 02:15:31 -08:00
],
"description": "Material Design Components in CSS, JS and HTML",
2015-02-04 02:15:31 -08:00
"main": [
2015-06-29 10:34:02 -07:00
"material.min.css",
2015-07-05 07:35:30 -07:00
"material.min.js"
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"
]
}