file-icon-vectors/bower.json

33 lines
570 B
JSON
Raw Permalink Normal View History

2017-09-07 02:47:47 +00:00
{
"name": "file-icon-vectors",
"description": "A collection of file type icons in SVG format.",
2018-08-05 20:19:58 +00:00
"version": "1.0",
2017-09-07 02:47:47 +00:00
"license": "MIT",
"ignore": [
2017-09-23 02:19:03 +00:00
"**/.*",
2018-09-24 19:11:00 +00:00
"*.md",
2018-01-28 22:05:33 +00:00
"demo",
2018-01-29 02:52:13 +00:00
"src",
2017-10-01 01:50:57 +00:00
"composer.json",
2018-01-29 02:52:13 +00:00
"package.json",
"gulpfile.js"
2017-09-07 02:47:47 +00:00
],
"keywords": [
"file",
"icons",
2017-10-01 01:50:57 +00:00
"vectors",
2017-09-07 02:47:47 +00:00
"svg",
"css"
],
"authors": [
{
"name": "Daniel M. Hendricks",
"homepage": "https://danhendricks.com/"
}
2018-01-28 22:17:18 +00:00
],
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
}
2017-09-07 02:47:47 +00:00
}