-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.17 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "doczar",
"version": "0.3.4",
"description": "A highly flexible comments-only documentation generator.",
"keywords": [
"documentation",
"generator",
"markdown",
"node",
"python",
"ruby",
"java",
"c",
"c++",
"c#",
"ObjectiveC",
"Objective-C",
"html",
"css",
"jdoc",
"jsdoc",
"rdoc",
"epydoc",
"naturaldocs"
],
"homepage": "https://github.com/shenanigans/node-doczar",
"bugs": "https://github.com/shenanigans/node-doczar/issues",
"license": "MIT",
"author": "Kevin \"Schmidty\" Smith",
"bin": {
"doczar": "./cli.js"
},
"scripts": {
"test": "mocha test.js"
},
"main": "main.js",
"dependencies": {
"async": "2.0.1",
"bunyan": "^1.3.6",
"colors": "^1.1.2",
"esprima": "^2.7.2",
"filth": "0.0.2",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"handlebars": "^4.0.5",
"highlight.js": "^9.6.0",
"marked": "^0.3.2",
"minimist": "^1.1.0",
"required": "^1.0.0",
"resolve": "^1.1.7"
},
"devDependencies": {
"mocha": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/shenanigans/node-doczar"
}
}