-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "bubble",
"version": "1.0.0",
"description": "ISU4U Term Project - Bubble, the chatting app that prevents Yang from spamming.",
"main": "index.js",
"scripts": {
"app": "node app.js",
"dev": "nodemon appDev.js",
"beta": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TsundereKermit/bubble.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TsundereKermit/bubble/issues"
},
"homepage": "https://github.com/TsundereKermit/bubble#readme",
"dependencies": {
"@pusher/chatkit-client": "^1.13.1",
"@pusher/chatkit-client-react": "^0.1.2",
"@pusher/chatkit-server": "^2.1.1",
"bcryptjs": "^2.4.3",
"connect": "^3.7.0",
"connect-flash": "^0.1.1",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.0",
"mongoose": "^5.7.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"browserify": "^16.5.0",
"nodemon": "^1.19.4",
"watchify": "^3.11.1"
}
}