documentation/package.json
Tom MacWright 22bfee0958 Fix eslint
2015-07-10 10:27:36 -04:00

71 lines
1.7 KiB
JSON

{
"name": "documentation",
"description": "a documentation generator",
"version": "2.0.1",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
},
"browserify": {
"transform": ["brfs"]
},
"browser": {
"vinyl-fs": false
},
"dependencies": {
"JSONStream": "^1.0.4",
"ast-types": "^0.7.2",
"brfs": "^1.4.0",
"concat-stream": "^1.4.7",
"doctrine": "^0.6.4",
"espree": "^2.0.3",
"extend": "^2.0.0",
"get-comments": "^1.0.1",
"github-url-from-git": "^1.4.0",
"globals-docs": "^2.0.1",
"handlebars": "^3.0.0",
"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",
"remarkable": "^1.6.0",
"slugg": "^0.1.2",
"sort-stream": "^1.0.1",
"stream-array": "^1.1.0",
"stream-splicer": "^1.3.1",
"through": "^2.3.6",
"through2": "^2.0.0",
"traverse": "^0.6.6",
"vinyl": "^0.5.0",
"vinyl-fs": "^1.0.0",
"yargs": "^3.5.4"
},
"devDependencies": {
"chdir": "0.0.0",
"coveralls": "^2.11.2",
"eslint": "^0.23.0",
"glob": "^5.0.2",
"istanbul": "^0.3.7",
"prova": "^2.1.1"
},
"keywords": [
"documentation",
"formatter",
"jsdoc",
"jsdoc3",
"parser",
"website"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:documentationjs/documentation.git"
},
"scripts": {
"cover": "istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS && coveralls < $CIRCLE_ARTIFACTS/lcov.info",
"test": "eslint --no-eslintrc -c .eslintrc lib index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js"
}
}