material-design-lite/bower.json
Addy Osmani 0c25c12ef2 Bump packages to 1.0.0
This is in preparation of the release being staged.
2015-07-04 12:14:16 +01:00

31 lines
569 B
JSON

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