documentation/package.json
2015-12-06 18:12:19 -05:00

77 lines
1.9 KiB
JSON

{
"name": "documentation",
"description": "a documentation generator",
"version": "3.0.4",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
},
"dependencies": {
"ansi-html": "0.0.5",
"ast-types": "^0.8.12",
"babel-core": "^5.0.0",
"babelify": "^6.3.0",
"chokidar": "^1.2.0",
"concat-stream": "^1.5.0",
"debounce": "^1.0.0",
"doctrine": "^0.7.1",
"documentation-theme-default": "^1.0.2",
"events": "^1.1.0",
"extend": "^3.0.0",
"get-comments": "^1.0.1",
"github-url-from-git": "^1.4.0",
"globals-docs": "^2.1.0",
"handlebars": "^3.0.0",
"highlight.js": "^8.4.0",
"js-yaml": "^3.3.1",
"jsdoc-inline-lex": "^1.0.1",
"mdast": "^2.0.0",
"mdast-html": "^1.2.1",
"mdast-toc": "^1.1.0",
"micromatch": "^2.1.6",
"mime": "^1.3.4",
"module-deps": "^3.7.3",
"parse-filepath": "^0.6.3",
"remote-origin-url": "^0.4.0",
"resolve": "^1.1.6",
"slugg": "^0.1.2",
"stream-array": "^1.1.0",
"strip-json-comments": "^1.0.2",
"tiny-lr": "^0.2.1",
"unist-builder": "^1.0.0",
"vfile": "^1.1.2",
"vfile-reporter": "^1.4.1",
"vfile-sort": "^1.0.0",
"vinyl": "^0.5.0",
"vinyl-fs": "^1.0.0",
"yargs": "^3.31.0"
},
"devDependencies": {
"chdir": "0.0.0",
"eslint": "^1.5.1",
"glob": "^5.0.2",
"lodash": "^3.10.1",
"mock-fs": "^3.5.0",
"tap": "^2.2.0"
},
"keywords": [
"documentation",
"formatter",
"jsdoc",
"jsdoc3",
"parser",
"website"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:documentationjs/documentation.git"
},
"scripts": {
"lint": "eslint bin lib index.js test",
"doc": "documentation index.js -f md > docs/NODE_API.md",
"test": "npm run lint && tap -t 120 --coverage test/*.js test/lib test/misc test/streams"
}
}