-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "webrtc-demo",
"version": "1.0.0",
"description": "A simple demo of multi-peer connection for WebRTC",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sgq995/webrtc-multiuser-demo.git"
},
"keywords": [
"webrtc",
"multiuser",
"webrtc",
"dynamic",
"webrtc",
"webrtc",
"demo"
],
"author": "Sebastian Gonzalez Quintero",
"license": "MIT",
"bugs": {
"url": "https://github.com/sgq995/webrtc-multiuser-demo/issues"
},
"homepage": "https://github.com/sgq995/webrtc-multiuser-demo#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"express": "^4.17.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"ws": "^8.5.0"
}
}