-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "chatproj",
"version": "1.0.0",
"description": "new chat project attempt (11/3/20)",
"main": "server.js",
"scripts": {
"@babel-node": "@babel-node --presets='@babel/preset-env' --ignore='foo'",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S3Prototype/Chat-Project.git"
},
"keywords": [
"chat",
"learning-ajax"
],
"author": "S3Prototype",
"license": "ISC",
"bugs": {
"url": "https://github.com/S3Prototype/Chat-Project/issues"
},
"homepage": "https://github.com/S3Prototype/Chat-Project#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"html-entities": "^2.0.6",
"mongoose": "^5.11.11",
"nodemon": "^2.0.6",
"npm": "^6.14.8",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"random-words": "^1.1.1",
"redis": "^3.0.2",
"request": "^2.88.2",
"socket.io": "^3.0.4",
"uuid": "^8.3.2",
"youtube-dl": "^3.1.0",
"ytsr": "^3.2.3"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
}
}