template-helper-apidocs
Version:
Template helper for automatically generating API docs from code comments. This is based on helper-apidocs, but specifically for applications built-with the Template library.
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "template-helper-apidocs",
"description": "Template helper for automatically generating API docs from code comments. This is based on helper-apidocs, but specifically for applications built-with the Template library.",
"version": "0.4.4",
"homepage": "https://github.com/helpers/template-helper-apidocs",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "helpers/template-helper-apidocs",
"bugs": {
"url": "https://github.com/helpers/template-helper-apidocs/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"clone-deep": "^0.1.1",
"globby": "^2.0.0",
"is-glob": "^1.1.3",
"js-comments": "^0.5.2",
"mixin-deep": "^1.0.1",
"relative": "^3.0.0",
"template-bind-helpers": "^0.1.2"
},
"devDependencies": {
"engine-lodash": "^0.6.2",
"handlebars": "^3.0.1",
"lodash": "^3.6.0",
"mocha": "^2.2.4",
"should": "^5.2.0",
"template": "^0.12.6",
"verb": "^0.6.2"
},
"keywords": [
"api",
"api-docs",
"apidocs",
"code",
"comment",
"comments",
"docs",
"documentation",
"generate",
"helper",
"helpers"
]
}