jsdoc/node_modules/markdown/package.json
2011-05-07 15:16:47 +01:00

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"
}
}