2015-02-04 02:15:31 -08:00
|
|
|
{
|
2015-02-04 02:33:39 -08:00
|
|
|
"name": "material-design-lite",
|
2015-06-29 10:33:42 -07:00
|
|
|
"version": "1.0.0-rc.1",
|
2015-02-04 02:33:39 -08:00
|
|
|
"homepage": "https://github.com/google/material-design-lite",
|
2015-02-04 02:15:31 -08:00
|
|
|
"authors": [
|
2015-04-10 02:54:44 -07:00
|
|
|
"Material Design Lite team"
|
2015-02-04 02:15:31 -08:00
|
|
|
],
|
2015-02-04 02:33:39 -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",
|
|
|
|
"material.min.js",
|
2015-06-01 07:15:55 -07:00
|
|
|
"images"
|
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"
|
|
|
|
]
|
|
|
|
}
|