UNPKG

wicked

Version:

Generates github wiki compatible API documentation from your project's jsdocs and adds them to your wiki.

66 lines (65 loc) 1.66 kB
{ "name": "wicked", "version": "0.3.1", "description": "Generates github wiki compatible API documentation from your project's jsdocs and adds them to your wiki.", "main": "index.js", "bin": { "wicked": "./bin/wicked.js" }, "scripts": { "test-main": "tap test/*.js", "test-0.8": "nave use 0.8 npm run test-main", "test-0.10": "nave use 0.10 npm run test-main", "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10", "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/wicked.git" }, "homepage": "https://github.com/thlorenz/wicked", "dependencies": { "asyncreduce": "~0.1.4", "doctoc": "~0.7.0", "find-parent-dir": "~0.1.0", "jsdoc": "3.3.0-alpha2", "jsdoc-githubify": "~0.1.1", "minimist": "0.0.5", "mkdirp": "~0.3.5", "mutiny": "~0.4.0", "npmlog": "0.0.6", "readdirp": "~0.3.1", "require-module": "~0.1.0", "resolve-git-remote": "~0.1.1", "rimraf": "~2.2.4", "runnel": "~0.5.1", "through2": "~0.2.3", "update-section": "~0.1.1" }, "devDependencies": { "nave": "~0.4.3", "ncp": "~0.5.1", "rimraf": "~2.2.6", "tap": "~0.4.3" }, "keywords": [ "jsdoc", "documentation", "generate", "wiki", "github", "comments" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "https://github.com/thlorenz/wicked/blob/master/LICENSE" }, "engine": { "node": ">=0.6" } }