-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 997 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 997 Bytes
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
{
"name": "incbuild",
"version": "0.9.6",
"main": "./incbuild.js",
"license": "MIT",
"homepage": "https://github.com/adishilo/incbuild",
"repository": {
"type": "git",
"url": "https://github.com/adishilo/incbuild.git"
},
"bugs": {
"url": "https://github.com/adishilo/incbuild/issues"
},
"bin": {
"incbuild": "./incbuild.js"
},
"scripts": {
"prepublishOnly": "gulp clean-build",
"build": "gulp clean-build"
},
"dependencies": {
"chokidar": "^1.7.0",
"colors": "^1.1.2",
"commander": "^2.12.2",
"debug": "^2.6.8",
"make-dir": "^1.0.0",
"mkdirp": "^0.5.1",
"path": "^0.12.7"
},
"devDependencies": {
"@types/chokidar": "^1.7.0",
"@types/colors": "^1.1.3",
"@types/debug": "^0.0.29",
"@types/make-dir": "^1.0.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sequence": "^0.4.6",
"tslint-language-service": "^0.9.6",
"typescript": "^2.4.1"
}
}