-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 976 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 976 Bytes
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
45
{
"name": "JMP",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-redis": "^3.4.1",
"core-util-is": "^1.0.2",
"custom-env": "^1.0.0",
"express": "^4.17.1",
"express-edge": "^1.0.0",
"express-fileupload": "^1.1.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"formidable": "^1.2.1",
"nodemailer": "^6.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.9.0",
"pg-hstore": "^2.3.2",
"pstree.remy": "^1.1.7",
"raccoon": "^0.2.8",
"redis": "^2.8.0",
"sequelize": "^5.18.4",
"socket.io": "^2.2.0",
"stripe": "^7.9.0",
"timed-out": "^4.0.1",
"union-value": "^2.0.1",
"web-push": "^3.3.5",
"wkx": "^0.4.8"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}