-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 899 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
40
{
"name": "instant-messenger",
"version": "1.0.0",
"description": "Instant Messaging App that allows groups",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Messaging",
"Instant",
"Groups",
"React",
"Sequelize",
"Node",
"Express"
],
"author": "Clinnygee",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.656.0",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"react-router": "^5.1.2",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1",
"socket.io": "^2.3.0",
"sqlite3": "^4.1.1"
}
}