1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-26 07:13:25 +00:00
file-icon-vectors/package.json
Daniel Hendricks 02f9fc1e89 Prep for 0.8.1
2018-06-12 09:27:02 -05:00

30 lines
713 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": "0.8.1",
"license": "MIT",
"keywords": [
"file",
"icons",
"vectors",
"svg",
"css"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-svgmin": "^1.2",
"gulp-sass": "^3.1",
"gulp-autoprefixer": "^4.1",
"gulp-filter": "^5.1.0",
"gulp-line-ending-corrector": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-uglifycss": "^1.0.9",
"gulp-notify": "^3.2"
},
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
}
}