-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 KB
/
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
{
"name": "repair-leads",
"version": "0.0.1",
"description": "Mobile device repair quoting widget for generating sales leads.",
"keywords": ["repair","iphone","android","sales","leads"],
"homepage": "https://github.com/berrytechnics/repair_leads",
"bugs" : "https://github.com/berrytechnics/repair_leads/issues",
"private": true,
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server",
"dev": "nodemon"
},
"author": "J. Kyle Berry",
"dependencies": {
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.17.2",
"express-flash": "^0.0.2",
"express-validator": "^6.15.0",
"mongoose": "^6.2.1",
"nodemailer": "^6.7.8",
"nodemon": "^2.0.22",
"passport": "^0.5.2",
"passport-local-mongoose": "^6.1.0",
"ssl-express-www": "^3.0.8",
"svg-captcha": "^1.4.0"
},
"devDependencies": {
"chalk": "^5.0.1"
},
"license": "GNU GPLv3"
}