mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-11-16 01:07:12 +00:00
30 lines
716 B
JSON
30 lines
716 B
JSON
|
{
|
||
|
"name": "dmhendricks/file-icon-vectors",
|
||
|
"type": "component",
|
||
|
"description": "A collection of file type icons in SVG format.",
|
||
|
"keywords": [ "file", "icon", "svg", "css" ],
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
"Daniel M. Hendricks",
|
||
|
"Redbooth (https://redbooth.com/)"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/dmhendricks/dmhendricks/file-icon-vectors"
|
||
|
},
|
||
|
"style": "css/file-icon-vectors.css",
|
||
|
"sass": "scss/file-icon-vectors.scss",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/dmhendricks/file-icon-vectors.git"
|
||
|
},
|
||
|
"extra": {
|
||
|
"component": {
|
||
|
"name": "file-icon-vectors",
|
||
|
"files": [
|
||
|
"css/**",
|
||
|
"icons/**"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|