jsdoc/package.json
2011-01-24 22:42:48 +00:00

34 lines
659 B
JSON

{
"name": "jsdoc",
"version": "3.0.0beta1",
"revision": "2011-01-24-2242",
"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": "http://github.com/micmath/JSDoc"
}
],
"contributors" : [
{
"name": "Michael Mathews",
"email": "micmath@gmail.com",
"web": "http://micmath.ws"
}
],
"maintainers": [
{
"name": "Michael Mathews",
"email": "micmath@gmail.com",
"web": "http://micmath.ws"
}
]
}