UNPKG

1.38 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.1.4",
5 "homepage": "https://github.com/jonschlinkert/helper-apidocs",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "/**"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/helper-apidocs.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/helper-apidocs/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/helper-apidocs/blob/master/LICENSE"
20 },
21 "main": "index.js",
22 "engines": {
23 "node": ">=0.10.0"
24 },
25 "scripts": {
26 "test": "mocha"
27 },
28 "devDependencies": {
29 "handlebars": "^3.0.0",
30 "lodash": "^3.2.0",
31 "mocha": "*",
32 "should": "*",
33 "template": "^0.4.1"
34 },
35 "dependencies": {
36 "async": "^0.9.0",
37 "extend-shallow": "^0.2.0",
38 "globby": "^1.1.0",
39 "js-comments": "^0.3.4",
40 "template-utils": "^0.4.0"
41 },
42 "keywords": [
43 "api",
44 "api-docs",
45 "apidocs",
46 "code",
47 "comment",
48 "comments",
49 "docs",
50 "documentation",
51 "generate",
52 "helper",
53 "helpers"
54 ]
55}