-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1017 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
{
"name": "backend",
"version": "2.0.0",
"description": "Node.js authentication with Passport",
"main": "app.js",
"scripts": {
"start": "node socket/index.js",
"test": "mocha --timeout 10000",
"dev": "nodemon socket/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoincrement": "^1.0.0",
"bcryptjs": "^2.4.3",
"chai-http": "^4.3.0",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"https": "^1.0.0",
"mocha": "^6.1.4",
"moment": "^2.24.0",
"mongodb": "^3.2.2",
"mongoose": "^5.4.1",
"mongoose-sequence": "^5.0.1",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"save": "^2.3.3",
"session-file-store": "^1.2.0",
"should": "^13.2.3",
"socket.io": "^2.2.0",
"websocket": "^1.0.28"
},
"devDependencies": {
"chai": "^4.2.0",
"nodemon": "^1.18.9"
}
}