UNPKG

1.35 kBJSONView Raw
1{
2 "name": "jsdoc",
3 "version": "3.4.3",
4 "revision": "1478737510220",
5 "description": "An API documentation generator for JavaScript.",
6 "keywords": [
7 "documentation",
8 "javascript"
9 ],
10 "license": "Apache-2.0",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/jsdoc3/jsdoc"
14 },
15 "dependencies": {
16 "bluebird": "~3.4.6",
17 "catharsis": "~0.8.8",
18 "escape-string-regexp": "~1.0.5",
19 "espree": "~3.1.7",
20 "js2xmlparser": "~1.0.0",
21 "klaw": "~1.3.0",
22 "marked": "~0.3.6",
23 "mkdirp": "~0.5.1",
24 "requizzle": "~0.2.1",
25 "strip-json-comments": "~2.0.1",
26 "taffydb": "2.6.2",
27 "underscore": "~1.8.3"
28 },
29 "devDependencies": {
30 "gulp": "~3.9.1",
31 "gulp-eslint": "~3.0.1",
32 "gulp-json-editor": "~2.2.1",
33 "istanbul": "~0.4.5",
34 "tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
35 },
36 "engines": {
37 "node": ">=0.10"
38 },
39 "scripts": {
40 "test": "gulp lint; gulp test"
41 },
42 "bin": {
43 "jsdoc": "./jsdoc.js"
44 },
45 "bugs": "https://github.com/jsdoc3/jsdoc/issues",
46 "author": {
47 "name": "Michael Mathews",
48 "email": "micmath@gmail.com"
49 },
50 "contributors": [
51 {
52 "url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
53 }
54 ],
55 "maintainers": {
56 "name": "Jeff Williams",
57 "email": "jeffrey.l.williams@gmail.com"
58 }
59}