-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 989 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
{
"name": "nodoc",
"version": "0.3.6",
"main": "dist/index.js",
"description": "A simple and 'low-level' source code comments parser and gitHub flavored markdown API documentation generator.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepubish": "no"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dracupid/nodoc.git"
},
"keywords": [
"doc",
"api",
"coffee",
"document",
"parser",
"generator",
"markdown",
"GFM",
"coffeescript"
],
"files": [
"dist"
],
"author": "Dracupid",
"license": "MIT",
"bugs": {
"url": "https://github.com/dracupid/nodoc/issues"
},
"homepage": "https://github.com/dracupid/nodoc",
"dependencies": {
"underscore": "^1.8.3",
"yaku": "^0.11.4"
},
"devDependencies": {
"coffee-script": "*",
"coffeelint": "*",
"dracupid-no": "git+https://github.com/dracupid/dracupid-no.git",
"nokit": "0.15.0"
}
}