decktape/package.json
2018-04-18 16:27:24 +02:00

33 lines
740 B
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "2.8.0",
"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.2",
"hummus": "^1.0.86",
"puppeteer": "^1.1.1",
"urijs": "^1.18.12"
},
"engines": {
"node": ">=7.10.0"
}
}