UNPKG

1.47 kBJSONView Raw
1{
2 "name": "jsdoc-75lb",
3 "version": "3.4.0-dev-5",
4 "revision": "1424228843897",
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 "async": "~0.9.0",
17 "bluebird": "~2.9.14",
18 "catharsis": "~0.8.6",
19 "escape-string-regexp": "~1.0.2",
20 "espree": "~1.12.3",
21 "js2xmlparser": "~0.1.7",
22 "marked": "~0.3.2",
23 "requizzle": "~0.2.0",
24 "strip-json-comments": "~1.0.2",
25 "taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e",
26 "underscore": "~1.7.0",
27 "wrench": "~1.5.8"
28 },
29 "devDependencies": {
30 "eslint": "~0.13.0",
31 "gulp": "~3.8.5",
32 "gulp-eslint": "~0.2.0",
33 "gulp-json-editor": "~2.0.2",
34 "istanbul": "~0.2.16",
35 "tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
36 },
37 "engines": {
38 "node": ">=0.10"
39 },
40 "scripts": {
41 "test": "gulp lint; gulp test"
42 },
43 "bin": {
44 "jsdoc": "./jsdoc.js"
45 },
46 "bugs": "https://github.com/jsdoc3/jsdoc/issues",
47 "author": {
48 "name": "Michael Mathews",
49 "email": "micmath@gmail.com"
50 },
51 "contributors": [
52 {
53 "url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
54 }
55 ],
56 "maintainers": {
57 "name": "Jeff Williams",
58 "email": "jeffrey.l.williams@gmail.com"
59 }
60}