mirror of
https://github.com/documentationjs/documentation.git
synced 2025-12-08 18:23:43 +00:00
40 lines
790 B
JSON
40 lines
790 B
JSON
{
|
|
"name": "documentation",
|
|
"version": "1.0.0",
|
|
"description": "a documentation generator",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tape test/test.js"
|
|
},
|
|
"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.0",
|
|
"babel-core": "^4.7.8",
|
|
"doctrine": "^0.6.4",
|
|
"esprima": "^2.1.0",
|
|
"minimist": "^1.1.0",
|
|
"module-deps": "^3.7.2",
|
|
"through": "^2.3.6",
|
|
"through2": "^0.6.3",
|
|
"traverse": "^0.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"chdir": "0.0.0",
|
|
"concat-stream": "^1.4.7",
|
|
"tape": "^3.5.0"
|
|
}
|
|
}
|