markdown-pdf
Version:
Markdown to PDF converter
53 lines (52 loc) • 1.14 kB
JSON
{
"name": "markdown-pdf",
"version": "11.0.0",
"description": "Markdown to PDF converter",
"main": "index.js",
"scripts": {
"test": "standard && istanbul cover node_modules/.bin/tape test/*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git@github.com:alanshaw/markdown-pdf.git"
},
"keywords": [
"markdown",
"pdf",
"convert",
"template"
],
"author": "Alan Shaw",
"homepage": "https://github.com/alanshaw/markdown-pdf",
"license": "MIT",
"dependencies": {
"commander": "^3.0.0",
"duplexer": "^0.1.1",
"extend": "^3.0.2",
"highlight.js": "^10.0.0",
"phantomjs-prebuilt": "^2.1.3",
"remarkable": "^2.0.0",
"stream-from-to": "^1.4.2",
"through2": "^3.0.1",
"tmp": "^0.1.0"
},
"devDependencies": {
"coveralls": "^3.0.6",
"istanbul": "^0.4.0",
"pdf-text": "^0.4.0",
"standard": "^13.1.0",
"tape": "^4.11.0"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"markdown-pdf": "bin/markdown-pdf"
},
"standard": {
"ignore": [
"html5bp/**"
]
}
}