Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / third_party / mdl / repo / bower.json
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 }