mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
37 lines
742 B
JSON
37 lines
742 B
JSON
{
|
|
"name": "@app.name@",
|
|
"version": "@app.version@",
|
|
"revision": "@timestamp@",
|
|
"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"
|
|
},
|
|
{
|
|
"type": "svn",
|
|
"url": "https://jsdoc.googlecode.com/svn/trunk"
|
|
}
|
|
],
|
|
"bugs": "http://code.google.com/p/jsdoc/issues/list",
|
|
"contributors" : [
|
|
{
|
|
"name": "Michael Mathews",
|
|
"email": "micmath@gmail.com"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Michael Mathews",
|
|
"email": "micmath@gmail.com"
|
|
}
|
|
]
|
|
}
|