mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "jsdoc",
|
|
"version": "3.4.0-dev",
|
|
"revision": "1434307747571",
|
|
"description": "An API documentation generator for JavaScript.",
|
|
"keywords": [
|
|
"documentation",
|
|
"javascript"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jsdoc3/jsdoc"
|
|
},
|
|
"dependencies": {
|
|
"async": "~1.4.0",
|
|
"bluebird": "~2.9.34",
|
|
"catharsis": "~0.8.7",
|
|
"escape-string-regexp": "~1.0.3",
|
|
"espree": "~2.2.3",
|
|
"js2xmlparser": "~1.0.0",
|
|
"marked": "~0.3.4",
|
|
"requizzle": "~0.2.0",
|
|
"strip-json-comments": "~1.0.2",
|
|
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e",
|
|
"underscore": "~1.8.3",
|
|
"wrench": "~1.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "~3.9.0",
|
|
"gulp-eslint": "~1.0.0",
|
|
"gulp-json-editor": "~2.2.1",
|
|
"istanbul": "~0.3.17",
|
|
"tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp lint; gulp test"
|
|
},
|
|
"bin": {
|
|
"jsdoc": "./jsdoc.js"
|
|
},
|
|
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
|
|
"author": {
|
|
"name": "Michael Mathews",
|
|
"email": "micmath@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
|
|
}
|
|
],
|
|
"maintainers": {
|
|
"name": "Jeff Williams",
|
|
"email": "jeffrey.l.williams@gmail.com"
|
|
}
|
|
}
|