2018-01-29 02:40:17 +00:00
|
|
|
{
|
|
|
|
"name": "file-icon-vectors",
|
2018-06-12 13:58:11 +00:00
|
|
|
"description": "A collection of file type SVG icons, licensed MIT and available for free use in your applications.",
|
2018-01-29 02:40:17 +00:00
|
|
|
"author": "Daniel M. Hendricks",
|
2018-08-05 20:31:44 +00:00
|
|
|
"version": "1.0.0",
|
2018-01-29 02:40:17 +00:00
|
|
|
"license": "MIT",
|
2018-09-28 19:55:15 +00:00
|
|
|
"main": "dist/file-icon-vectors.min.css",
|
2018-11-11 01:50:57 +00:00
|
|
|
"keywords": [
|
|
|
|
"file",
|
|
|
|
"icons",
|
|
|
|
"vectors",
|
|
|
|
"svg",
|
|
|
|
"css"
|
|
|
|
],
|
2018-09-29 03:42:44 +00:00
|
|
|
"files": [
|
2018-09-28 19:55:15 +00:00
|
|
|
"dist/"
|
2018-09-29 03:42:44 +00:00
|
|
|
],
|
2018-01-29 02:40:17 +00:00
|
|
|
"devDependencies": {
|
2018-07-28 16:36:56 +00:00
|
|
|
"gulp": "^4.0",
|
|
|
|
"gulp-autoprefixer": "^4.1.0",
|
2018-11-11 17:38:04 +00:00
|
|
|
"gulp-cache": "^1.0.2",
|
2018-01-29 02:40:17 +00:00
|
|
|
"gulp-filter": "^5.1.0",
|
2018-07-28 16:36:56 +00:00
|
|
|
"gulp-imagemin": "^4.1.0",
|
2018-11-11 17:38:04 +00:00
|
|
|
"gulp-line-ending-corrector": "^1.0.3",
|
2018-07-28 16:36:56 +00:00
|
|
|
"gulp-notify": "^3.1",
|
|
|
|
"gulp-rename": "^1.4.0",
|
2018-11-11 17:38:04 +00:00
|
|
|
"gulp-sass": "^4.0.2",
|
2018-07-19 00:31:37 +00:00
|
|
|
"gulp-uglifycss": "^1.1.0"
|
2018-01-29 02:40:17 +00:00
|
|
|
},
|
2018-09-28 19:55:15 +00:00
|
|
|
"homepage": "https://fileicons.org/",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/dmhendricks/file-icon-vectors/issues"
|
|
|
|
},
|
2018-01-29 02:40:17 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
|
|
|
|
}
|
|
|
|
}
|