mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-10 02:54:22 +03:00
33 lines
740 B
JSON
33 lines
740 B
JSON
{
|
|
"name": "decktape",
|
|
"description": "High-quality PDF exporter for HTML presentation frameworks",
|
|
"author": "Antonin Stefanutti",
|
|
"version": "2.8.3",
|
|
"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.4.0",
|
|
"urijs": "^1.18.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.10.0"
|
|
}
|
|
}
|