decktape/package.json
2017-09-24 16:00:41 +02:00

32 lines
739 B
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "2.3.0",
"homepage": "https://github.com/astefanutti/decktape",
"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": {
"@decktape/fonteditor-core": "^0.0.37-beta.1",
"chalk": "^2.1.0",
"hummus": "^1.0.80",
"puppeteer": "^0.10.2",
"urijs": "^1.18.12"
},
"engines": {
"node": ">=7.10.0"
}
}