-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 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
35
36
37
{
"name": "video-chat-messaging",
"title": "Video Chat | Messaging",
"version": "0.0.1",
"description": "Video Chat | Messaging",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSBar/VideoChat.git"
},
"keywords": [
"Video Chat | Messaging",
"server",
"realtime",
"messaging",
"websocket",
"streaming",
"webrtc",
"chat"
],
"author": "Roshan Lamichhane <lamichhaner40@gmail.com>",
"bugs": {
"url": "https://github.com/CSBar/VideoChat/issues"
},
"homepage": "https://github.com/CSBar/VideoChat#readme",
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.3",
"redis": "^2.8.0",
"symple": "^1.0.8",
"symple-client": "^1.0.2",
"symple-client-player": "^1.0.6"
}
}