Files
2014-08-16 01:10:44 +08:00

23 lines
661 B
JSON

{
"name" : "markdown.js",
"filename" : "markdown.min.js",
"version" : "0.6.0-beta1",
"description" : "Yet another Markdown parser, this time for JavaScript. There's a few options that precede this project but they all treat Markdown to HTML conversion as a single step process. You pass Markdown in and get HTML out, end of story.",
"homepage" : "https://github.com/evilstreak/markdown-js/",
"keywords" : [
"markdown",
"markdown-js",
"markdown.js"
],
"maintainers" : [{
"name" : "Rodney Rehm",
"web" : "http://rodneyrehm.de/en/"
}
],
"repositories" : [{
"type" : "git",
"url" : "https://github.com/evilstreak/markdown-js"
}
]
}