{ "name": "documentation", "version": "1.0.0", "description": "a documentation generator", "main": "index.js", "scripts": { "test": "eslint index.js test/*.js && tape test/*.js", "cover": "istanbul cover tape test/*.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.0", "babel-core": "^4.7.8", "doctrine": "^0.6.4", "esprima": "^2.1.0", "extend": "^2.0.0", "module-deps": "^3.7.2", "through": "^2.3.6", "through2": "^0.6.3", "traverse": "^0.6.6", "yargs": "^3.5.4" }, "devDependencies": { "chdir": "0.0.0", "concat-stream": "^1.4.7", "eslint": "^0.16.2", "glob": "^5.0.2", "istanbul": "^0.3.7", "prova": "^2.1.1" } }