-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
17 lines (17 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "the-ultimate-laser-guide",
"version": "0.1.3",
"description": "a step by step guide for using the co2 laser @ University of Applied Sciences Potsdam (Germany)",
"main": "index.js",
"scripts": {
"pandoc": "pandoc README.md -f markdown+yaml_metadata_block-smart --filter pandoc-fignos --toc --template=template.tex --pdf-engine=xelatex -o The-Ultimate-Laser-Guide.pdf",
"test": "echo \"Error: no test specified\" && exit 1",
"latex": "pandoc README.md -f markdown+yaml_metadata_block-smart --toc --template=template.tex -o temp.tex",
"html": "pandoc README.md -f markdown+yaml_metadata_block-smart --toc --self-contained --metadata title=\"Das Ultimative Laser Handbuch\" --css assets/css/pandoc.css -o docs/index.html"
},
"author": "Fabian Morón Zirfas <fabian.moron.zirfas@gmail.com> (http://fabianmoronzirfas.me)",
"license": "MIT",
"dependencies": {
"node-notifier": "^10.0.1"
}
}