UNPKG

nodoc

Version:

A simple and 'low-level' source code comments parser and gitHub flavored markdown API documentation generator.

45 lines (44 loc) 988 B
{ "name": "nodoc", "version": "0.3.6", "main": "dist/index.js", "description": "A simple and 'low-level' source code comments parser and gitHub flavored markdown API documentation generator.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepubish": "no" }, "repository": { "type": "git", "url": "git+https://github.com/dracupid/nodoc.git" }, "keywords": [ "doc", "api", "coffee", "document", "parser", "generator", "markdown", "GFM", "coffeescript" ], "files": [ "dist" ], "author": "Dracupid", "license": "MIT", "bugs": { "url": "https://github.com/dracupid/nodoc/issues" }, "homepage": "https://github.com/dracupid/nodoc", "dependencies": { "underscore": "^1.8.3", "yaku": "^0.7.4" }, "devDependencies": { "coffee-script": "*", "coffeelint": "*", "dracupid-no": "git+https://github.com/dracupid/dracupid-no.git", "nokit": "0.11.2" } }