decktape/package.json
Antonin Stefanutti 46b23e5385
2.9.2
2019-03-11 18:35:06 +01:00

33 lines
741 B
JSON

{
"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"
}
}