-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
38 lines (38 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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": "1.0.0",
"license": "MIT",
"main": "dist/file-icon-vectors.min.css",
"keywords": [
"file",
"icons",
"vectors",
"svg",
"css"
],
"files": [
"dist/"
],
"devDependencies": {
"gulp": "^4.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-cache": "^1.0.2",
"gulp-filter": "^5.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-notify": "^3.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglifycss": "^1.1.0"
},
"homepage": "https://fileicons.org/",
"bugs": {
"url": "https://github.com/dmhendricks/file-icon-vectors/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
}
}