1
0
Fork 0
mirror of https://github.com/prise6/anywhere synced 2024-06-26 12:20:03 +02:00
anywhere/mdl/bower.json
raph 251e0f35af init
web-only
2016-05-01 20:15:30 +02:00

30 lines
555 B
JSON

{
"name": "material-design-lite",
"version": "1.1.3",
"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"
]
}