UNPKG

1.35 kBJSONView Raw
1{
2 "name": "helper-apidocs",
3 "description": "Template helper for automatically generating API docs from code comments. The sync version works with handlebars, lo-dash, or any template engine that supports helper functions. The async version is compatible with Verb, Assemble, or any application based on Template.",
4 "version": "0.4.1",
5 "homepage": "https://github.com/jonschlinkert/helper-apidocs",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": "jonschlinkert/helper-apidocs",
11 "bugs": {
12 "url": "https://github.com/jonschlinkert/helper-apidocs/issues"
13 },
14 "license": "MIT",
15 "files": [
16 "index.js"
17 ],
18 "main": "index.js",
19 "engines": {
20 "node": ">=0.10.0"
21 },
22 "scripts": {
23 "test": "mocha"
24 },
25 "dependencies": {
26 "async": "^0.9.0",
27 "extend-shallow": "^1.0.1",
28 "globby": "^1.2.0",
29 "helper-resolve": "^0.1.2",
30 "js-comments": "^0.3.9",
31 "relative": "^2.0.0",
32 "template-utils": "^0.5.1"
33 },
34 "devDependencies": {
35 "handlebars": "^3.0.0",
36 "lodash": "^3.3.0",
37 "should": "^5.0.1",
38 "template": "^0.10.1",
39 "verb": "^0.5.0"
40 },
41 "keywords": [
42 "api",
43 "api-docs",
44 "apidocs",
45 "code",
46 "comment",
47 "comments",
48 "docs",
49 "documentation",
50 "generate",
51 "helper",
52 "helpers"
53 ]
54}
\No newline at end of file