documentation/package.json
Tom MacWright 9526c5f080 1.4.0
2015-06-08 12:25:34 -04:00

62 lines
1.5 KiB
JSON

{
"name": "documentation",
"version": "1.4.0",
"description": "a documentation generator",
"main": "index.js",
"scripts": {
"test": "eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js",
"cover": "istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS"
},
"bin": {
"documentation": "./bin/documentation.js"
},
"keywords": [
"documentation",
"jsdoc",
"jsdoc3",
"parser",
"website",
"formatter"
],
"author": "Tom MacWright",
"license": "ISC",
"dependencies": {
"JSONStream": "^0.10.0",
"ast-types": "^0.7.2",
"concat-stream": "^1.4.7",
"doctrine": "^0.6.4",
"espree": "^1.12.2",
"extend": "^2.0.0",
"get-comments": "^0.2.0",
"github-url-from-git": "^1.4.0",
"globals-docs": "^2.0.1",
"handlebars": "^3.0.0",
"hat": "0.0.3",
"highlight.js": "^8.4.0",
"jsdoc-inline-lex": "^1.0.1",
"map-stream": "0.0.5",
"micromatch": "^2.1.6",
"module-deps": "^3.7.3",
"queue-async": "^1.0.7",
"remarkable": "^1.6.0",
"slugg": "^0.1.2",
"sort-stream": "^1.0.1",
"sqlite3": "^3.0.5",
"stream-array": "^1.1.0",
"stream-splicer": "^1.3.1",
"through": "^2.3.6",
"through2": "^1.1.1",
"traverse": "^0.6.6",
"vinyl": "^0.4.6",
"vinyl-fs": "^1.0.0",
"yargs": "^3.5.4"
},
"devDependencies": {
"chdir": "0.0.0",
"eslint": "^0.17.1",
"glob": "^5.0.2",
"istanbul": "^0.3.7",
"prova": "^2.1.1"
}
}