1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-09-28 12:39:03 +00:00
file-icon-vectors/composer.json
Daniel Hendricks 5c88d34fc6 Minor changes
2017-09-23 02:57:52 -05:00

29 lines
657 B
JSON

{
"name": "dmhendricks/file-icon-vectors",
"type": "component",
"description": "A collection of file type icons in SVG format.",
"version": "0.1.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/dmhendricks/file-icon-vectors.git"
},
"extra": {
"component": {
"name": "file-icon-vectors",
"files": [
"css/**",
"icons/**"
]
}
}
}