mdpdf_jm
Version:
Markdown to PDF command line converter
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "mdpdf_jm",
"version": "3.0.3",
"description": "Markdown to PDF command line converter",
"main": "./src/index.js",
"scripts": {
"lint": "prettier --list-different '{src,tests,bin}/**/*.js'",
"format": "prettier --list-different '{src,tests,bin}/**/*.js' --write",
"test": "mocha ./tests/index.js"
},
"bin": {
"mdpdf": "bin/index.js"
},
"files": [
"bin",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/maphstr/mdpdf.git"
},
"keywords": [
"markdown",
"md",
"pdf",
"converter"
],
"author": {
"name": "Elliot Blackburn, forked by Mads Peter Hammer Strand",
"email": "mads@jmrobotics.no",
"url": "http://www.jmrobotics.no"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maphstr/mdpdf/issues"
},
"homepage": "https://github.com/maphstr/mdpdf#readme",
"dependencies": {
"bluebird": "^3.4.7",
"cheerio": "^1.0.0-rc.11",
"file-url": "^2.0.2",
"handlebars": ">=4.7.7",
"loophole": "^1.1.0",
"meow": "^5.0.0",
"puppeteer": "^15.0.1",
"showdown": "^2.1.0",
"showdown-emoji": "^3.0.0",
"showdown-highlight": "^3.0.0"
},
"devDependencies": {
"execa": "^0.6.3",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"should": "^13.2.3"
}
}