forked from shanet/WebRTC-Example
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 716 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 716 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
{
"name": "WebRTC-Example-RTCDataChannel",
"version": "1.0.0",
"description": "An 'as simple as it gets' WebRTC example.",
"main": "main.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zcduthie/WebRTC-Example-RTCDataChannel.git"
},
"keywords": [
"webrtc"
],
"author": "shane tully",
"license": "MIT",
"bugs": {
"url": "https://github.com/zcduthie/WebRTC-Example-RTCDataChannel/issues"
},
"homepage": "https://github.com/zcduthie/WebRTC-Example-RTCDataChannel#readme",
"dependencies": {
"ws": "^3.3.2",
"express": "^4.16.4"
}
}