Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-02-08 12:21:05 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-27 12:36:27 +0300
commitb8cbd171ca0df803fb1c2a3b8e422f89d0896794 (patch)
treee138812876339c037ba8403113301bb4a0f9dd3b /package.json
parent9b082ea8894f54ebd58e0408009ab3f4a5b9b720 (diff)
Add WebRTC adapter and other SimpleWebRTC dependencies
The WebRTC adapter and the other added dependencies will be bundled together with a custom version of SimpleWebRTC (to be added in following commits) in a single file. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 35e629af0..a8a09dc0e 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,9 @@
"author": "",
"license": "AGPL-3.0",
"devDependencies": {
+ "attachmediastream": "^2.1.0",
"handlebars": "^4.0.12",
+ "hark": "^1.2.3",
"jasmine": "^2.5.2",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.5.2",
@@ -22,6 +24,12 @@
"karma-jasmine": "^1.0.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.2",
- "phantomjs-prebuilt": "^2.1.13"
+ "mockconsole": "0.0.1",
+ "phantomjs-prebuilt": "^2.1.13",
+ "rtcpeerconnection": "^8.4.0",
+ "util": "^0.11.1",
+ "webrtc-adapter": "^7.2.1",
+ "webrtcsupport": "^2.2.0",
+ "wildemitter": "^1.2.0"
}
}