mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
23 lines
661 B
JSON
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"
|
|
}
|
|
]
|
|
}
|