mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
The primary change is the addition of the HOW_TO_CONTRIBUTE file detailing the best way to make it easy for maintainers to merge pull requests.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "JSDoc",
|
|
"version": "3.0.0alpha",
|
|
"revision": "1323947228470",
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|