-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
44 lines (44 loc) · 1007 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
39
40
41
42
43
44
{
"name": "otto",
"version": "1.1.0",
"description": "Your next theme for Sublime Text 3",
"keywords": [
"otto",
"ui",
"sublime",
"text",
"theme"
],
"author": "Ihor Oleksandrov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oivva/otto.git"
},
"bugs": {
"url": "https://github.com/oivva/otto/issues"
},
"main": "gulpfile.js",
"devDependencies": {
"colors": "^1.1.2",
"conventional-changelog": "^0.5.3",
"conventional-github-releaser": "^0.5.3",
"del": "^2.2.0",
"fs": "^0.0.2",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-data": "^1.2.1",
"gulp-exec": "^2.1.2",
"gulp-foreach": "^0.1.0",
"gulp-git": "^1.7.0",
"gulp-if": "^2.0.0",
"gulp-include": "^2.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.1.0",
"path": "^0.12.7",
"run-sequence": "^1.1.5",
"yargs": "^3.32.0"
}
}