1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2025-01-26 05:48:26 +00:00
file-icon-vectors/package.json

33 lines
769 B
JSON
Raw Normal View History

2018-01-28 20:40:17 -06:00
{
"name": "file-icon-vectors",
2018-06-12 08:58:11 -05:00
"description": "A collection of file type SVG icons, licensed MIT and available for free use in your applications.",
2018-01-28 20:40:17 -06:00
"author": "Daniel M. Hendricks",
2018-08-05 15:31:44 -05:00
"version": "1.0.0",
2018-01-28 20:40:17 -06:00
"license": "MIT",
"keywords": [
"file",
"icons",
"vectors",
"svg",
2018-07-28 11:36:56 -05:00
"css",
"sass",
"logo"
2018-01-28 20:40:17 -06:00
],
"devDependencies": {
2018-07-28 11:36:56 -05:00
"gulp": "^4.0",
"gulp-autoprefixer": "^4.1.0",
2018-01-28 20:40:17 -06:00
"gulp-filter": "^5.1.0",
2018-07-28 11:36:56 -05:00
"gulp-imagemin": "^4.1.0",
2018-01-28 20:40:17 -06:00
"gulp-line-ending-corrector": "^1.0.2",
2018-07-28 11:36:56 -05:00
"gulp-cache": "^1.0.2",
"gulp-notify": "^3.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0",
2018-07-18 19:31:37 -05:00
"gulp-uglifycss": "^1.1.0"
2018-01-28 20:40:17 -06:00
},
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
}
}