-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ozb-mailer",
"version": "1.0.1",
"description": "Mailer for ozbargain best deals",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "jest",
"log-deals": "node deal-logger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khanglu/ozb-mailer.git"
},
"keywords": [
"ozbargain",
"mailer"
],
"author": "Khang Lu",
"license": "ISC",
"bugs": {
"url": "https://github.com/khanglu/ozb-mailer/issues"
},
"homepage": "https://github.com/khanglu/ozb-mailer#readme",
"dependencies": {
"cheerio": "^0.22.0",
"dotenv": "^4.0.0",
"moment": "^2.17.1",
"mongodb": "^3.6.3",
"nodemailer": "^4.4.1",
"request": "^2.80.0"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"jest": "^22.0.4",
"prettier": "^1.9.2",
"prettier-eslint": "^8.6.0"
}
}