1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-25 23:03:13 +00:00
file-icon-vectors/bower.json
2018-09-24 14:11:00 -05:00

33 lines
570 B
JSON

{
"name": "file-icon-vectors",
"description": "A collection of file type icons in SVG format.",
"version": "1.0",
"license": "MIT",
"ignore": [
"**/.*",
"*.md",
"demo",
"src",
"composer.json",
"package.json",
"gulpfile.js"
],
"keywords": [
"file",
"icons",
"vectors",
"svg",
"css"
],
"authors": [
{
"name": "Daniel M. Hendricks",
"homepage": "https://danhendricks.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
}
}