documentation/package.json
2015-10-12 20:28:16 -07:00

77 lines
1.8 KiB
JSON

{
"name": "documentation",
"description": "a documentation generator",
"version": "2.1.0-alpha2",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
},
"browserify": {
"transform": [
"brfs"
]
},
"browser": {
"vinyl-fs": false
},
"dependencies": {
"ast-types": "^0.8.12",
"babelify": "^6.3.0",
"babylon": "^5.8.23",
"brfs": "^1.4.0",
"concat-stream": "^1.5.0",
"doctrine": "^0.7.0",
"documentation-theme-default": "^1.0.0-alpha2",
"extend": "^3.0.0",
"get-comments": "^1.0.1",
"github-url-from-git": "^1.4.0",
"globals-docs": "^2.1.0",
"handlebars": "^3.0.0",
"highlight.js": "^8.4.0",
"js-yaml": "^3.3.1",
"jsdoc-inline-lex": "^1.0.1",
"mdast": "^2.0.0",
"mdast-html": "^1.2.1",
"mdast-toc": "^1.1.0",
"micromatch": "^2.1.6",
"module-deps": "^3.7.3",
"parse-filepath": "^0.6.3",
"remote-origin-url": "^0.4.0",
"resolve": "^1.1.6",
"slugg": "^0.1.2",
"stream-array": "^1.1.0",
"strip-json-comments": "^1.0.2",
"traverse": "^0.6.6",
"unist-builder": "^1.0.0",
"vinyl": "^0.5.0",
"vinyl-fs": "^1.0.0",
"yargs": "^3.5.4"
},
"devDependencies": {
"chdir": "0.0.0",
"eslint": "^1.5.1",
"glob": "^5.0.2",
"lodash": "^3.10.1",
"mock-fs": "^3.2.0",
"tap": "^1.4.1"
},
"keywords": [
"documentation",
"formatter",
"jsdoc",
"jsdoc3",
"parser",
"website"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:documentationjs/documentation.git"
},
"scripts": {
"lint": "eslint --no-eslintrc -c .eslintrc bin lib streams index.js test/*.js test/lib test/misc test/streams",
"test": "npm run lint && tap --coverage test/*.js test/lib test/misc test/streams"
}
}