-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
{
"name": "AFileIcon",
"version": "3.3.0",
"description": "Sublime file icons for improved visual grepping",
"keywords": [
"file",
"icons",
"ui",
"sublime",
"text",
"theme"
],
"author": "Ihor Oleksandrov <@ihodev>, DeathAxe <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SublimeText/AFileIcon.git"
},
"bugs": {
"url": "https://github.com/SublimeText/AFileIcon/issues"
},
"main": "gulpfile.js",
"scripts": {
"build": "gulp"
},
"devDependencies": {
"color": "^0.11.4",
"colors": "^1.3.3",
"gulp": "^4.0.0",
"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": "^5.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"
}
}