This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/revealjs/package.json

22 lines
820 B
JSON

{
"name": "sbruder-presis",
"version": "1.0.0",
"description": "my presentations",
"repository": {
"type": "git",
"url": "https://git.sbruder.de/simon/presis.git"
},
"dependencies": {
"highlight.js": "^9.12.0",
"npm": "^5.8.0",
"reveal.js": "^3.6.0"
},
"author": "Simon Bruder",
"license": "MIT",
"scripts": {
"pdf.ffmpeg": "phantomjs node_modules/reveal.js/plugin/print-pdf/print-pdf.js \"http://localhost:8081/ffmpeg/?print-pdf\" ffmpeg/index.pdf",
"pdf.ffmpeg_englisch": "phantomjs node_modules/reveal.js/plugin/print-pdf/print-pdf.js \"http://localhost:8081/ffmpeg_englisch/?print-pdf\" ffmpeg_englisch/index.pdf",
"pdf.snowden": "phantomjs node_modules/reveal.js/plugin/print-pdf/print-pdf.js \"http://localhost:8081/snowden/?print-pdf\" snowden/index.pdf"
}
}