2016-03-09 12:40:22 -05:00
|
|
|
{
|
|
|
|
"name": "material-design-lite",
|
2016-03-17 13:11:23 -04:00
|
|
|
"version": "1.1.3",
|
2016-03-09 12:40:22 -05:00
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"material",
|
|
|
|
"design",
|
|
|
|
"styleguide",
|
|
|
|
"style",
|
|
|
|
"guide"
|
|
|
|
],
|
|
|
|
"license": "Apache-2",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"./lib/.bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|