forked from AlanLang/BoxyTheme
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "sublime-boxy",
"version": "5.2.0",
"description": "The most hackable theme for Sublime Text 3",
"keywords": [
"boxy",
"ui",
"sublime",
"text",
"theme",
"color",
"scheme"
],
"author": "Ihor Oleksandrov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ihodev/sublime-boxy.git"
},
"bugs": {
"url": "https://github.com/ihodev/sublime-boxy/issues"
},
"main": "gulpfile.js",
"devDependencies": {
"colors": "^1.1.2",
"conventional-changelog": "^1.1.0",
"conventional-github-releaser": "^1.1.3",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-data": "^1.2.1",
"gulp-exec": "^2.1.2",
"gulp-flatmap": "^1.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-include": "^2.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"lodash": "^4.15.0",
"path": "^0.12.7",
"run-sequence": "^1.1.5",
"yargs": "^6.0.0"
}
}