UNPKG

node-api-docs

Version:

Node API docs in Markdown, HTML, or JSON

57 lines (56 loc) 1.07 kB
{ "name": "node-api-docs", "version": "0.3.1", "description": "Node API docs in Markdown, HTML, or JSON", "author": "Eugene Sharygin <eush77@gmail.com>", "license": "MIT", "bin": { "nodeapi": "cli.js" }, "scripts": { "test": "tape test/*.js" }, "files": [ "index.js", "cli.js", "lib/" ], "homepage": "https://github.com/eush77/node-api-docs", "repository": { "type": "git", "url": "https://github.com/eush77/node-api-docs" }, "bugs": { "url": "https://github.com/eush77/node-api-docs/issues" }, "keywords": [ "node", "nodejs", "iojs", "api", "docs", "help", "man", "readme", "platform", "markdown", "md", "html", "json", "stream" ], "dependencies": { "debug": "^2.2.0", "default-pager": "^1.0.2", "got": "^5.0.0", "help-version": "^1.0.0", "herror": "^0.1.0", "minimist": "^1.1.1" }, "devDependencies": { "concat-stream": "^1.4.8", "dev-null": "^0.1.1", "is-html": "^1.0.0", "tape": "^4.0.0" } }