jsdoc/package.json
2011-09-05 20:01:20 +01:00

32 lines
654 B
JSON

{
"name": "JSDoc",
"version": "3.0.0beta-1",
"revision": "1315249155420",
"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": "git://github.com/micmath/jsdoc.git"
}
],
"bugs": "https://github.com/micmath/jsdoc/issues",
"contributors" : [
{
"name": "Michael Mathews",
"email": "micmath@gmail.com"
}
],
"maintainers": [
{
"name": "Michael Mathews",
"email": "micmath@gmail.com"
}
]
}