-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 741 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
{
"name": "chat_v2",
"version": "1.0.0",
"description": "in development To run: $npm run dev",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "derek(s)",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"dicecup": "^1.1.0",
"express": "^4.16.3",
"lodash": "^4.17.10",
"math-expression-evaluator": "^1.2.17",
"mongodb": "^3.1.1",
"mongoose": "^5.2.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"seedrandom": "^2.4.4",
"socket.io": "^2.1.1"
},
"devDependencies": {
"nodemon": "^1.18.2"
},
"keywords": [
"chat",
"chatroom",
"instant-messaging"
]
}