1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-02 04:00:47 +00:00
file-icon-vectors/package.json

33 lines
769 B
JSON
Raw Normal View History

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",
"keywords": [
"file",
"icons",
"vectors",
"svg",
2018-07-28 16:36:56 +00:00
"css",
"sass",
"logo"
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-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-01-29 02:40:17 +00:00
"gulp-line-ending-corrector": "^1.0.2",
2018-07-28 16:36:56 +00:00
"gulp-cache": "^1.0.2",
"gulp-notify": "^3.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0",
2018-07-19 00:31:37 +00:00
"gulp-uglifycss": "^1.1.0"
2018-01-29 02:40:17 +00:00
},
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
}
}