mechanism-markdown
Version:
Markdown-to-HTML plugin for Mechanism
33 lines (32 loc) • 657 B
JSON
{
"name": "mechanism-markdown",
"version": "0.0.6",
"description": "Markdown-to-HTML plugin for Mechanism",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mechanism",
"markdown"
],
"author": {
"name": "Igor Klopov",
"email": "igor@klopov.com"
},
"license": "MIT",
"dependencies": {
"markdown-it": "~2.1.3"
},
"repository": {
"type": "git",
"url": "git://github.com/igorklopov/mechanism-markdown"
},
"maintainers": [
{
"name": "igorklopov",
"email": "igor@klopov.com"
}
],
"readme": "See README for Mechanism"
}