-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
{
"name": "type-doc",
"version": "0.1.41",
"description": "Static typechecking in valid javascript",
"main": "dist/main.js",
"bin": {
"type-doc": "bin/type-doc"
},
"scripts": {
"build:dev": "node_modules/.bin/gulp build:dev",
"prepublish": "node_modules/.bin/gulp release",
"test": "node_modules/.bin/gulp test",
"start": "node_modules/.bin/gulp; node dist/main.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "1.15.2",
"chalk": "1.1.3",
"esprima": "3.1.0",
"node-uuid": "1.4.7",
"typescript": "2.2.2"
},
"devDependencies": {
"babel-preset-es2015": "6.14.0",
"chai": "3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "6.1.2",
"gulp-clean": "0.3.2",
"gulp-env": "0.4.0",
"gulp-exec": "^2.1.3",
"gulp-load-plugins": "1.2.4",
"gulp-mocha": "3.0.1",
"gulp-plumber": "1.1.0",
"gulp-sourcemaps": "^2.6.0",
"jscs": "3.0.7",
"mocha": "3.0.2",
"run-sequence": "1.2.2",
"sinon": "1.17.5"
},
"directories": {
"doc": "docs",
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trezm/type-doc.git"
},
"bugs": {
"url": "https://github.com/trezm/type-doc/issues"
},
"homepage": "https://github.com/trezm/type-doc#readme"
}