forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "jsdoc",
"version": "3.2.0-dev",
"revision": "1363957651014",
"description": "An API documentation generator for JavaScript.",
"keywords": [ "documentation", "javascript" ],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jsdoc3/jsdoc"
}
],
"dependencies": {
"async": "0.1.22",
"catharsis": "0.5.3",
"crypto-browserify": "git+https://github.com/dominictarr/crypto-browserify.git#95c5d505",
"github-flavored-markdown": "git+https://github.com/hegemonic/github-flavored-markdown.git",
"js2xmlparser": "0.1.0",
"jshint": "0.9.1",
"markdown": "git+https://github.com/jsdoc3/markdown-js.git",
"taffydb": "git+https://github.com/hegemonic/taffydb.git",
"underscore": "1.4.2",
"wrench": "1.3.9"
},
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
"author": {
"name": "Michael Mathews",
"email": "[email protected]"
},
"contributors": [
{
"url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
}
],
"maintainers": {
"name": "Jeff Williams",
"email": "[email protected]"
}
}