-
Notifications
You must be signed in to change notification settings - Fork 201
/
package.json
47 lines (47 loc) · 998 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
{
"name": "doxmate",
"version": "0.3.1",
"description": "Generate your documentation.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"doxmate": "bin/doxmate",
"doxmate-build": "bin/doxmate-build",
"doxmate-theme": "bin/doxmate-theme"
},
"keywords": [
"documentation",
"dox"
],
"dependencies": {
"commander": "*",
"dox": "*",
"ejs": "*",
"marked": "*",
"mkdirp": "^0.5.0",
"ncp": "*"
},
"devDependencies": {
"expect.js": "*",
"mocha": "*"
},
"author": "Jackson Tian",
"contributors": [
"JacksonTian <[email protected]> (https://github.com/JacksonTian)",
"youxiachai <[email protected]> (https://github.com/youxiachai)"
],
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/doxmate.git"
},
"bugs": {
"url": "https://github.com/JacksonTian/doxmate/issues"
}
}