UNPKG

markdown-html-fixed

Version:

Command line tool for markdown to html conversion.

40 lines (39 loc) 870 B
{ "author": "Pawel Maciejewski <fragphace@gmail.com> (http://fragphace.pl)", "contributors": [ "Antoine Aflalo <antoine@aaflalo.me> (https://www.aaflalo.me)" ], "name": "markdown-html-fixed", "description": "Command line tool for markdown to html conversion.", "version": "0.1.0", "homepage": "https://github.com/belphemur/markdown-html", "repository": { "type": "git", "url": "git://github.com/belphemur/markdown-html.git" }, "license": "MIT", "dependencies": { "marked": "0.3.x", "mustache": "2.2.x", "optimist": "~0.3.4" }, "engines": { "node": "*" }, "keywords": [ "markdown", "html", "shell", "transcriptor" ], "bin": { "markdown-html": "./index.js" }, "devDependencies": { "mocha": "^2.0.1", "chai": "^1.9.2" }, "scripts": { "test": "mocha --ui tdd test/" } }