-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 884 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
{
"name": "webrtc-simulcast",
"version": "1.0.0",
"description": "webrtc simulcast demo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notedit/webrtc-simulcast.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/notedit/webrtc-simulcast/issues"
},
"homepage": "https://github.com/notedit/webrtc-simulcast#readme",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/cors": "^2.8.5",
"@types/express": "^4.17.0",
"@types/socket.io": "^2.1.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medooze-media-server": "^0.99.0",
"method-override": "^3.0.0",
"semantic-sdp": "^3.16.1",
"socket.io": "^2.2.0",
"typescript": "^4.1.2"
}
}