{ "name": "decktape", "description": "High-quality PDF exporter for HTML presentation frameworks", "author": "Antonin Stefanutti", "version": "2.9.2", "homepage": "https://github.com/astefanutti/decktape", "license": "MIT", "main": "decktape.js", "bin": { "decktape": "decktape.js" }, "scripts": { "start": "node decktape.js" }, "repository": { "type": "git", "url": "git+https://github.com/astefanutti/decktape.git" }, "bugs": { "url": "https://github.com/astefanutti/decktape/issues" }, "dependencies": { "chalk": "^2.1.0", "fonteditor-core": "^1.0.5", "hummus": "^1.0.95", "puppeteer": "^1.11.0", "urijs": "^1.18.12" }, "engines": { "node": ">=7.10.0" } }