mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name" : "markdown",
|
|
"version" : "0.2.1",
|
|
"description" : "A sensible Markdown parser for javascript",
|
|
"keywords" : [ "markdown", "text processing", "ast" ],
|
|
"maintainers" : [
|
|
{
|
|
"name" : "Dominic Baggott",
|
|
"email" : "dominic.baggott@gmail.com",
|
|
"web" : "http://evilstreak.co.uk"
|
|
},
|
|
{
|
|
"name" : "Ash Berlin",
|
|
"email" : "ash_markdownjs@firemirror.com",
|
|
"web" : "http://ashberlin.com"
|
|
}
|
|
],
|
|
"contributors" : [
|
|
{
|
|
"name" : "Dominic Baggott",
|
|
"email" : "dominic.baggott@gmail.com",
|
|
"web" : "http://evilstreak.co.uk"
|
|
},
|
|
{
|
|
"name" : "Ash Berlin",
|
|
"email" : "ash_markdownjs@firemirror.com",
|
|
"web" : "http://ashberlin.com"
|
|
}
|
|
],
|
|
"bugs" : "http://github.com/evilstreak/markdown-js/issues",
|
|
"licenses" : [
|
|
{
|
|
"type" : "MIT",
|
|
"url" : "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"main" : "./lib/index.js",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/evilstreak/markdown-js.git"
|
|
}
|
|
}
|