UNPKG

doks

Version:

A configurable, bring-your-own-template documentation generator aimed for user and developer documentation based on source code.

50 lines (49 loc) 1.2 kB
{ "name": "doks", "version": "0.2.4", "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 <kyle@seiyria.com>", "license": "MIT", "bugs": { "url": "https://github.com/kellyirc/doks/issues" }, "homepage": "https://github.com/kellyirc/doks" }