forked from arthurokonkwo/Jeffrey-Way-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 953 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
{
"name": "init",
"version": "2.0.8",
"description": "Material Theme for Sublime Text 3",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-concat-json": "^1.0.0",
"gulp-concat-json2js": "^0.1.0",
"gulp-duration": "0.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-wrap": "^0.11.0",
"path": "^0.11.14",
"run-sequence": "^1.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+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": "https://github.com/equinusocio/material-theme#readme"
}