file-icon-vectors/composer.json

31 lines
690 B
JSON
Raw Permalink 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": [
2017-09-27 15:30:48 +00:00
{
"name": "Daniel M. Hendricks",
"homepage": "https://danhendricks.com",
"role": "Developer"
2017-09-27 15:31:27 +00:00
}
2017-09-07 02:47:47 +00:00
],
"support": {
"issues": "https://github.com/dmhendricks/dmhendricks/file-icon-vectors"
},
"repository": {
"type": "git",
"url": "https://github.com/dmhendricks/file-icon-vectors.git"
},
"extra": {
"component": {
"name": "file-icon-vectors",
"files": [
"css/**",
"icons/**"
]
}
}
}