1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-11-16 01:07:12 +00:00
file-icon-vectors/package.json

28 lines
572 B
JSON
Raw Normal View History

2018-01-29 02:40:17 +00:00
{
"name": "file-icon-vectors",
"author": "Daniel M. Hendricks",
"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"
}
}