-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 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
{
"name": "doks",
"version": "0.3.3",
"description": "A configurable, bring-your-own-template documentation generator aimed for user and developer documentation based on source code.",
"main": "lib/index.js",
"bin": {
"doks": "bin/doks"
},
"directories": {
"test": "test"
},
"dependencies": {
"coffee-script": "^1.8.0",
"git-rev-sync": "^0.1.4",
"glob": "^4.0.6",
"load-grunt-tasks": "^1.0.0",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"ncp": "^1.0.1",
"underscore.string": "^2.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3"
},
"scripts": {
"test": "node node_modules/coffee-script/bin/coffee test/parser/ParserTest.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/kellyirc/doks.git"
},
"keywords": [
"doc",
"gen",
"parser",
"generator",
"documentation"
],
"author": "Kyle Kemp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kellyirc/doks/issues"
},
"homepage": "https://github.com/kellyirc/doks"
}