1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-11-15 17:07:06 +00:00
file-icon-vectors/bower.json
2018-01-28 16:09:59 -06:00

32 lines
535 B
JSON

{
"name": "file-icon-vectors",
"description": "A collection of file type icons in SVG format.",
"version": "0.8.0",
"main": [
"css/file-icon-classic.css",
"css/file-icon-vivid.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"demo",
"sass",
"composer.json",
"gulpfile.js",
"package.json"
],
"keywords": [
"file",
"icons",
"vectors",
"svg",
"css"
],
"authors": [
{
"name": "Daniel M. Hendricks",
"homepage": "https://danhendricks.com/"
}
]
}