commonmark
Version:
a strongly specified, highly compatible variant of Markdown
26 lines (25 loc) • 687 B
JSON
{ "name": "commonmark",
"description": "a strongly specified, highly compatible variant of Markdown",
"version": "0.18.1",
"homepage": "http://commonmark.org",
"keywords":
[ "markdown",
"commonmark",
"md",
"stmd" ],
"repository":
{ "type": "git",
"url": "https://github.com/jgm/commonmark.js.git" },
"author": "John MacFarlane",
"bugs": { "url": "https://github.com/jgm/commonmark.js/issues" },
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"bin": { "commonmark": "./bin/commonmark" },
"scripts": { "test": "node ./test/test.js ./test/spec.txt" },
"directories": {
"lib": "./lib"
},
"engines": {
"node": "*"
}
}