Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "material-design-lite", |
| 3 | "version": "1.3.0", |
| 4 | "homepage": "https://github.com/google/material-design-lite", |
| 5 | "authors": [ |
| 6 | "Material Design Lite team" |
| 7 | ], |
| 8 | "description": "Material Design Components in CSS, JS and HTML", |
| 9 | "main": [ |
| 10 | "material.min.css", |
| 11 | "material.min.js" |
| 12 | ], |
| 13 | "keywords": [ |
| 14 | "material", |
| 15 | "design", |
| 16 | "styleguide", |
| 17 | "style", |
| 18 | "guide" |
| 19 | ], |
| 20 | "license": "Apache-2", |
| 21 | "ignore": [ |
| 22 | "**/.*", |
| 23 | "node_modules", |
| 24 | "bower_components", |
| 25 | "./lib/.bower_components", |
| 26 | "test", |
| 27 | "tests" |
| 28 | ] |
| 29 | } |