jsdoc/package.json
2012-10-15 06:01:39 -07:00

53 lines
1.0 KiB
JSON

{
"name": "JSDoc",
"version": "3.0.0",
"revision": "1350306006277",
"description": "An automatic 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": {
"markdown": "0.4.0",
"taffydb": "git://github.com/hegemonic/taffydb.git",
"wrench": "1.3.9"
},
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
"contributors" : [
{
"name": "Michael Mathews",
"email": "micmath@gmail.com"
},
{
"name": "Rafa\u0105 Wrzeszcz",
"email": "rafal.wrzeszcz@wrzasq.pl"
},
{
"name": "Jannon Frank",
"email": "jannon@jannon.net"
}
],
"maintainers": [
{
"name": "Michael Mathews",
"email": "micmath@gmail.com"
},
{
"name": "Jannon Frank",
"email": "jannon@jannon.net"
},
{
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
}
]
}