forked from nfantone/zz-file-icons
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "a-file-icon",
"version": "3.2.2",
"description": "Sublime file icons for improved visual grepping",
"keywords": [
"file",
"icons",
"ui",
"sublime",
"text",
"theme"
],
"author": "Ihor Oleksandrov <@ihodev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ihodev/a-file-icon.git"
},
"bugs": {
"url": "https://github.com/ihodev/a-file-icon/issues"
},
"main": "gulpfile.js",
"scripts": {
"build": "gulp"
},
"devDependencies": {
"color": "^0.11.3",
"colors": "^1.1.2",
"conventional-changelog": "^1.1.0",
"conventional-changelog-angular-ihodev": "github:ihodev/conventional-changelog-angular-ihodev",
"conventional-github-releaser": "^1.1.3",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-bump": "^2.4.0",
"gulp-changed": "^1.3.2",
"gulp-data": "^1.2.1",
"gulp-flatmap": "^1.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.3.0",
"gulp-markdown": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-recolor-svg": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-svg2png": "^2.0.2",
"gulp-template": "^4.0.0",
"gulp-unescape-html": "^1.0.2",
"gulp-watch": "^4.3.10",
"gulp-wrap": "^0.13.0",
"merge-stream": "^1.0.0",
"yargs": "^6.0.0"
}
}