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-03-07 23:23:09 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-27 12:36:31 +0300
commit06c160e4948f421cfb73d1c7a89248e38c82fa9e (patch)
tree62dc137b8d2be901c55407bd73d17f5b0dd02cea /package.json
parent783e790e99053183b83f412713691971154749b0 (diff)
Add make step to bundle the custom SimpleWebRTC
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index a8a09dc0e..8fac63615 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,11 @@
"author": "",
"license": "AGPL-3.0",
"devDependencies": {
+ "@babel/core": "^7.3.4",
+ "@babel/preset-env": "^7.3.4",
"attachmediastream": "^2.1.0",
+ "babelify": "^10.0.0",
+ "browserify": "^16.2.3",
"handlebars": "^4.0.12",
"hark": "^1.2.3",
"jasmine": "^2.5.2",