commonmark
Version:
a strongly specified, highly compatible variant of Markdown
27 lines (26 loc) • 714 B
JSON
{
"name": "showdown",
"description": "JavaScript port of Markdown",
"homepage": "https://github.com/showdownjs/showdown",
"authors": [
"John Fraser",
"Corey Innis (https://github.com/coreyti)",
"Pascal Deschênes (https://github.com/pdeschen)",
"Estevão Santos (https://github.com/tivie)"
],
"main": ["src/showdown.js"],
"ignore": [
".jshintrc",
"perlMarkdown/*"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git"
},
"keywords": [
"markdown",
"md",
"mdown"
],
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
}