-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "meet-up",
"version": "1.1.2-4",
"description": "Meeting With Your Friends And Organising Meetings Simplified",
"main": "app.js",
"dependencies": {
"express": "^4.17.1",
"nedb": "^1.8.0",
"node": "^12.18.4",
"serve-favicon": "^2.5.0",
"socket.io": "^2.3.0"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/nedb": "^1.8.11",
"@types/node": "^14.11.2",
"@types/serve-favicon": "^2.5.0",
"@types/socket.io": "^2.1.11",
"nodemon": "^2.0.4"
},
"scripts": {
"start": "node app.js",
"developmental-server": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KUSHAD/Meet-Up.git"
},
"keywords": [
"Video Conference",
"Multi User",
"WEBRCTC",
"Meet Up",
"Nodejs",
"Express",
"Socket.io",
"nedb",
"serve-favicon"
],
"author": "Kushad Chakraborty <kushadck@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/KUSHAD/Meet-Up/issues"
},
"homepage": "https://video-chat-app-kc.herokuapp.com/",
"private": false
}