-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 992 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
46
47
48
{
"name": "jsdoc-zero",
"version": "0.0.17",
"description": "Generate documentation by jsdoc.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"jdz": "bin/jdz"
},
"keywords": [
"documentation",
"jsdoc",
"dox"
],
"dependencies": {
"babel-core": "^6.10.4",
"babel-istanbul": "^0.11.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"commander": "*",
"dox": "*",
"istanbul": "^0.4.4",
"marked": "*",
"mkdirp": "^0.5.0",
"path": "^0.12.7",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"expect.js": "*",
"mocha": "*"
},
"author": "KAHN1990",
"contributors": [
"KAHN1990 <[email protected]> (https://github.com/kahn1990)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kahn1990/jsdoc-zero"
},
"bugs": {
"url": "https://github.com/kahn1990/jsdoc-zero/issues"
}
}