mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-09 18:09:14 +03:00
32 lines
723 B
JSON
32 lines
723 B
JSON
{
|
|
"name": "decktape",
|
|
"description": "High-quality PDF exporter for HTML5 presentation frameworks",
|
|
"author": "Antonin Stefanutti",
|
|
"version": "2.0.0-beta.1",
|
|
"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": {
|
|
"chalk": "^2.1.0",
|
|
"hummus": "^1.0.79",
|
|
"puppeteer": "^0.9.0",
|
|
"underscore": "^1.8.3",
|
|
"urijs": "^1.18.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.10.0"
|
|
}
|
|
}
|