1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-09-27 20:19:03 +00:00
file-icon-vectors/composer.json

30 lines
716 B
JSON
Raw Normal View History

2017-09-07 02:47:47 +00:00
{
"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/**"
]
}
}
}