-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 953 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
{
"name": "nodelogin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"test": "npx jest --runInBand",
"watchify": "watchify public/javascripts/socketIo.js -o public/javascripts/bundle.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"ejs-mate": "^4.0.0",
"express": "^4.18.1",
"express-flash": "0.0.2",
"express-session": "^1.17.3",
"httpolyglot": "^0.1.2",
"method-override": "^3.0.0",
"nodemon": "^2.0.18",
"passport": "^0.5.3",
"passport-local": "^1.0.0",
"pg": "^8.7.3",
"simple-peer": "^9.11.1",
"socket.io": "^4.5.1",
"superagent": "^7.1.6"
},
"devDependencies": {
"jest": "^28.1.1",
"should": "^13.2.3",
"supertest": "^6.2.3",
"supertest-session": "^4.1.0"
}
}