mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-11-15 17:07:06 +00:00
32 lines
558 B
JSON
32 lines
558 B
JSON
{
|
|
"name": "file-icon-vectors",
|
|
"description": "A collection of file type icons in SVG format.",
|
|
"version": "1.0",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"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"
|
|
}
|
|
}
|