mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
34 lines
663 B
JSON
34 lines
663 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": "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"
|
|
}
|
|
]
|
|
}
|