decktape/package.json
Antonin Stefanutti 9a26febbf2 2.6.0
2017-11-18 18:58:38 +01:00

32 lines
721 B
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "2.6.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": {
"chalk": "^2.1.0",
"fonteditor-core": "^1.0.2",
"hummus": "^1.0.83",
"puppeteer": "^0.13.0",
"urijs": "^1.18.12"
},
"engines": {
"node": ">=7.10.0"
}
}