-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@barba/core": "^2.9.7",
"@joeattardi/emoji-button": "^4.0.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"ejs": "^3.1.3",
"emoji-picker-element": "^1.1.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"moment": "^2.27.0",
"mongoose": "^5.11.11",
"multer": "^1.4.2",
"node-emoji": "^1.10.0",
"request": "^2.88.2",
"rm-emoji-picker": "^0.4.0",
"socket.io": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}