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

29 lines
594 B
JSON
Raw Normal View History

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