initial commit

This commit is contained in:
Thomas Ruoff
2017-02-14 00:43:15 +01:00
commit 1be838f589
5 changed files with 109 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "pdfer",
"version": "1.0.0",
"description": "Generate pdfs based on a template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thomas Ruoff <tomru@mail.id0.link>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1"
}
}