Almost done

This commit is contained in:
2019-01-12 02:15:46 +01:00
parent 654d8783df
commit da6c642f5a
3 changed files with 143 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "me.aski",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.aski.me/AbdellahASKI/EmsiEmailCheckerSender.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"nodemailer": "^5.1.1",
"system-sleep": "^1.3.6"
}
}