inital commit

This commit is contained in:
Thomas Ruoff
2018-12-10 23:06:24 +01:00
commit 6ea454ce1c
6 changed files with 134 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "wichteln",
"version": "1.0.0",
"description": "",
"main": "wichteln.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nodemailer": "^4.7.0"
}
}