forked from material-theme/vsc-material-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
54
55
56
57
58
59
{
"name": "material-theme",
"version": "4.1.5",
"description": "Material Theme for Sublime Text 3",
"main": "gulpfile.babel.js",
"scripts": {
"build": "gulp",
"bt": "gulp build:themes",
"bs": "gulp build:schemes",
"bump": "gulp bump",
"changelog": "gulp changelog"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-root-import": "^4.1.8",
"colors": "^1.1.2",
"conventional-github-releaser": "^2.0.0",
"del": "^3.0.0",
"eslint": "^4.13.1",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.9.0",
"gulp-conventional-changelog": "^1.1.7",
"gulp-data": "^1.2.1",
"gulp-exec": "^2.1.3",
"gulp-flatmap": "^1.0.0",
"gulp-git": "^2.4.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-include": "^2.3.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-stats": "0.0.4",
"gulp-template": "^4.0.0",
"lodash": "^4.17.4",
"run-sequence": "^2.2.0",
"yargs": "^10.0.3"
},
"repository": {
"type": "git",
"url": "https://[email protected]/equinusocio/material-theme.git"
},
"keywords": [
"material",
"theme",
"sublime",
"text",
"design"
],
"author": "Mattia Astorino",
"license": "MIT",
"bugs": {
"url": "https://github.com/equinusocio/material-theme/issues"
},
"homepage": "http://equinusocio.github.io/material-theme/"
}