forked from itsthatguy/theme-itg-flat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 970 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
45
{
"name": "theme-itg-flat",
"version": "0.2.1",
"description": "sublime text itg.flat theme (and dev environment in one)",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/itsthatguy/theme-itg-flat.git"
},
"keywords": [
"sublime",
"text",
"sublime",
"theme",
"flat",
"itg",
"style",
"design"
],
"author": "Kevin Altman",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsthatguy/theme-itg-flat/issues"
},
"homepage": "https://github.com/itsthatguy/theme-itg-flat",
"devDependencies": {
"async": "^0.9.0",
"chai": "^2.2.0",
"del": "^1.1.1",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"lodash": "^3.7.0",
"mocha": "^2.2.4",
"mustache": "^2.0.0",
"run-command": "^1.0.2",
"yargs": "^3.7.2"
},
"dependencies": {
"async": "^0.9.0"
}
}