decktape/package.json

33 lines
740 B
JSON
Raw Normal View History

{
"name": "decktape",
2017-08-25 16:15:07 +03:00
"description": "High-quality PDF exporter for HTML presentation frameworks",
2017-08-17 19:15:50 +03:00
"author": "Antonin Stefanutti",
2018-05-30 11:36:40 +03:00
"version": "2.8.4",
2017-08-17 19:15:50 +03:00
"homepage": "https://github.com/astefanutti/decktape",
2018-01-30 12:13:29 +03:00
"license": "MIT",
"main": "decktape.js",
2017-08-17 19:15:50 +03:00
"bin": {
"decktape": "decktape.js"
},
"scripts": {
2017-08-17 19:15:50 +03:00
"start": "node decktape.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astefanutti/decktape.git"
},
"bugs": {
"url": "https://github.com/astefanutti/decktape/issues"
},
2017-08-17 19:15:50 +03:00
"dependencies": {
2017-08-21 23:56:27 +03:00
"chalk": "^2.1.0",
"fonteditor-core": "^1.0.2",
2018-05-29 13:09:12 +03:00
"hummus": "^1.0.87",
2018-06-08 00:28:41 +03:00
"puppeteer": "^1.5.0",
2017-08-21 23:56:27 +03:00
"urijs": "^1.18.12"
2017-08-17 19:15:50 +03:00
},
"engines": {
"node": ">=7.10.0"
}
}