UNPKG

647 BJSONView Raw
1{
2 "name": "mdi",
3 "version": "1.2.65",
4 "main": [
5 "css/materialdesignicons.css",
6 "fonts/*",
7 "css/*",
8 "scss/*",
9 "package.json",
10 "preview.html"
11 ],
12 "homepage": "http://materialdesignicons.com",
13 "authors": [
14 { "name": "Austin Andrews", "homepage": "http://templarian.com" },
15 { "name": "Google", "homepage": "http://www.google.com/design" }
16 ],
17 "license": ["OFL-1.1", "MIT"],
18 "ignore": [
19 "*.md",
20 "*.json"
21 ],
22 "keywords": [
23 "material",
24 "design",
25 "icons",
26 "webfont"
27 ]
28}