mirror of
https://github.com/astefanutti/decktape.git
synced 2025-01-05 21:23:15 +03:00
29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"name": "decktape",
|
|
"description": "High-quality PDF exporter for HTML5 presentation frameworks",
|
|
"author": "Antonin Stefanutti",
|
|
"version": "2.0.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": {
|
|
"hummus": "^1.0.79",
|
|
"puppeteer": "^0.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.10.0"
|
|
}
|
|
}
|