-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 998 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
42
43
44
{
"name": "ppcchoice.app",
"version": "0.1.0",
"description": "No description",
"engines": {
"node": "10.x"
},
"main": "serverApp.js",
"scripts": {
"start": "node serverApp.js",
"dev": "nodemon serverApp.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "^2.6.1",
"ejs-locals": "^1.0.2",
"express": "^4.15.2",
"express-session": "^1.15.6",
"html2canvas": "^1.0.0-rc.3",
"jspdf": "^1.5.3",
"morgan": "~1.0.0",
"nodemailer": "^6.1.1",
"npm": "^6.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.7.1",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"dotenv": "^6.2.0",
"nodemon": "^1.18.11",
"request": "^2.81.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ppc-choice/ppcchoice.app"
},
"license": "MIT"
}