decktape/package.json
Antonin Stefanutti 3333a33026 2.0.0-alpha.3
2017-08-25 15:18:07 +02:00

32 lines
724 B
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML5 presentation frameworks",
"author": "Antonin Stefanutti",
"version": "2.0.0-alpha.3",
"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"
}
}