mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "documentation",
|
|
"version": "1.0.5",
|
|
"description": "a documentation generator",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "eslint index.js test/*.js test/streams/*.js && prova test/*.js test/streams/*.js",
|
|
"cover": "istanbul cover prova test/*.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",
|
|
"github-url-from-git": "^1.4.0",
|
|
"handlebars": "^3.0.0",
|
|
"hat": "0.0.3",
|
|
"highlight.js": "^8.4.0",
|
|
"jsdoc-inline-lex": "^1.0.1",
|
|
"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-combiner": "^0.2.1",
|
|
"through": "^2.3.6",
|
|
"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"
|
|
}
|
|
}
|