2017-09-07 02:47:47 +00:00
|
|
|
{
|
|
|
|
"name": "file-icon-vectors",
|
|
|
|
"description": "A collection of file type icons in SVG format.",
|
|
|
|
"version": "0.1.0",
|
2017-09-23 07:57:52 +00:00
|
|
|
"main": [
|
|
|
|
"css/file-icon-classic.min.css",
|
|
|
|
"css/file-icon-vivid.min.css",
|
|
|
|
],
|
2017-09-07 02:47:47 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
2017-09-23 02:19:03 +00:00
|
|
|
"**/.*",
|
|
|
|
"sass",
|
2017-09-23 07:57:52 +00:00
|
|
|
"composer.json"
|
2017-09-07 02:47:47 +00:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"file",
|
|
|
|
"icons",
|
|
|
|
"svg",
|
|
|
|
"css"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Redbooth",
|
|
|
|
"homepage": "https://redbooth.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel M. Hendricks",
|
|
|
|
"homepage": "https://danhendricks.com/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dmhendricks/file-icon-vectors.git"
|
|
|
|
}
|
|
|
|
}
|