UNPKG

helper-apidocs

Version:

Template helper for automatically generating API docs from code comments. Should work with any template engine.

72 lines (71 loc) 1.51 kB
{ "name": "helper-apidocs", "description": "Template helper for automatically generating API docs from code comments. Should work with any template engine.", "version": "0.5.1", "homepage": "https://github.com/jonschlinkert/helper-apidocs", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/helper-apidocs", "bugs": { "url": "https://github.com/jonschlinkert/helper-apidocs/issues" }, "license": "MIT", "files": [ "index.js", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "is-glob": "^2.0.1", "js-comments": "^0.5.4", "lazy-cache": "^1.0.3", "matched": "^0.4.1", "mixin-deep": "^1.1.3", "relative": "^3.0.2", "template-bind-helpers": "^0.2.0" }, "devDependencies": { "engine-base": "^0.1.2", "gulp-format-md": "^0.1.5", "handlebars": "^4.0.5", "helper-resolve": "^0.3.1", "lodash": "^4.3.0", "should": "*", "templates": "^0.12.0" }, "keywords": [ "api", "api-docs", "apidocs", "code", "comment", "comments", "docs", "documentation", "generate", "helper", "helpers" ], "verb": { "related": { "list": [] }, "layout": "default", "plugins": [ "gulp-format-md" ], "reflinks": [ "assemble", "generate", "handlebars", "lodash", "templates", "verb" ] } }