23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"name": "mdi",
|
|
"main": [
|
|
"scss/materialdesignicons.scss"
|
|
],
|
|
"homepage": "http://materialdesignicons.com",
|
|
"authors": [
|
|
{ "name": "Austin Andrews", "homepage": "http://templarian.com" },
|
|
{ "name": "Google", "homepage": "http://www.google.com/design" }
|
|
],
|
|
"license": ["OFL-1.1", "MIT"],
|
|
"ignore": [
|
|
"*.md",
|
|
"*.json"
|
|
],
|
|
"keywords": [
|
|
"material",
|
|
"design",
|
|
"icons",
|
|
"webfont"
|
|
]
|
|
}
|