mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-11-15 17:07:06 +00:00
33 lines
923 B
JSON
33 lines
923 B
JSON
{
|
|
"name": "file-icon-vectors",
|
|
"description": "A collection of file type SVG icons, licensed MIT and available for free use in your applications.",
|
|
"author": "Daniel M. Hendricks",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"main": "dist/file-icon-vectors.min.css",
|
|
"keywords": [ "file", "icons", "vectors", "svg", "css" ],
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"devDependencies": {
|
|
"gulp": "^4.0",
|
|
"gulp-autoprefixer": "^4.1.0",
|
|
"gulp-filter": "^5.1.0",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-line-ending-corrector": "^1.0.2",
|
|
"gulp-cache": "^1.0.2",
|
|
"gulp-notify": "^3.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0",
|
|
"gulp-uglifycss": "^1.1.0"
|
|
},
|
|
"homepage": "https://fileicons.org/",
|
|
"bugs": {
|
|
"url": "https://github.com/dmhendricks/file-icon-vectors/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
|
|
}
|
|
}
|