forked from simplewebrtc/SimpleWebRTC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 681 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
{
"name": "simplewebrtc",
"version": "1.7.3",
"repository": {
"type": "git",
"url": "git@github.com:henrikjoreteg/SimpleWebRTC.git"
},
"main": "./simplewebrtc.js",
"description": "World's easiest webrtc",
"dependencies": {
"webrtcsupport": "0.7.3",
"wildemitter": "0.0.5",
"getscreenmedia": "1.0.x",
"socket.io-client": "0.9.16",
"attachmediastream": "1.0.1",
"webrtc": "1.5.x",
"mockconsole": "0.0.1"
},
"devDependencies": {
"express": "3.x.x",
"browserify": "2.22.0",
"precommit-hook": "0.3.x",
"request": "",
"uglify-js": "2.3.6"
},
"scripts": {
"updateLatest": "./scripts/updateLatest.sh"
}
}