-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "presentations",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pdf:2017:slides": "ls pdf-generation-2017-05-18/slides | sort --version-sort | jq -R \".\" | jq -S -s . > pdf-generation-2017-05-18/slides.json",
"pdf:2017:phantom": "cd pdf-generation-2017-05-18/help-materials && phantomjs rasterize.js invoice.html phantom.pdf",
"pdf:2017:electron": "cd pdf-generation-2017-05-18/help-materials && electron-pdf invoice.html electron.pdf",
"pdf:2017:wkhtml2pdf": "cd pdf-generation-2017-05-18/help-materials && wkhtmltopdf invoice.html wkhtmltopdf.pdf",
"pdf:2017:pdf2jpg": "cd pdf-generation-2017-05-18/help-materials && convert -density 150 electron.pdf ../electron.jpg && convert -density 150 phantom.pdf ../phantom.jpg && convert -density 150 wkhtmltopdf.pdf ../wk.jpg",
"pdf:2017:html2pdf": "npm run pdf:2017:phantom && npm run pdf:2017:electron && npm run pdf:2017:wkhtml2pdf && npm run pdf:2017:pdf2jpg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ginden/presentations.git"
},
"author": "Michał Wadas <michalwadas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ginden/presentations/issues"
},
"homepage": "https://github.com/Ginden/presentations#readme"
}