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-05-08 12:03:58 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-08 12:31:04 +0300
commitdd19a43ccd627f5885bfb1efa9599a62e30d56c9 (patch)
tree73a5f137cf59d24ba27e210546d319a567731983 /package.json
parent208d58d25c82bd8f899a5af916cbacbfdde0b49d (diff)
Remove JavaScript test configuration and dependencies
Currently there are no JavaScript unit tests, so the related stuff can be removed and added later if/when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/package.json b/package.json
index 2e8683282..bcf174626 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,6 @@
"version": "6.0.0",
"description": "",
"main": " ",
- "scripts": {
- "test": ""
- },
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/spreed.git"
@@ -20,16 +17,7 @@
"browserify": "^16.2.3",
"handlebars": "^4.0.12",
"hark": "^1.2.3",
- "jasmine": "^2.5.2",
- "jasmine-ajax": "^3.2.0",
- "jasmine-core": "^2.5.2",
- "karma": "^1.3.0",
- "karma-coverage": "^1.1.1",
- "karma-jasmine": "^1.0.2",
- "karma-jasmine-ajax": "^0.1.13",
- "karma-phantomjs-launcher": "^1.0.2",
"mockconsole": "0.0.1",
- "phantomjs-prebuilt": "^2.1.13",
"util": "^0.11.1",
"webrtc-adapter": "^7.2.1",
"webrtcsupport": "^2.2.0",