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:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-09-13 15:13:17 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-10-09 11:48:19 +0300
commit88d7d7820e5ae8f4a3d897605124ad7755926494 (patch)
tree3d9194c5b92e6fe924d0caebfd2593b9fad0f3a7 /package.json
parentc28a91f59db69d40e3f123c3308757f1c49d0101 (diff)
Delete the old UI files
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 2cedd39ef..000000000
--- a/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "spreed",
- "version": "8.0.0",
- "description": "",
- "main": " ",
- "repository": {
- "type": "git",
- "url": "https://github.com/nextcloud/spreed.git"
- },
- "author": "",
- "license": "AGPL-3.0",
- "scripts": {
- "build": "make npm-init build-js-production bundle-simplewebrtc"
- },
- "devDependencies": {
- "@babel/core": "^7.6.2",
- "@babel/preset-env": "^7.6.2",
- "attachmediastream": "^2.1.0",
- "babel-plugin-add-module-exports": "^1.0.2",
- "babelify": "^10.0.0",
- "browserify": "^16.5.0",
- "browserslist-config-nextcloud": "0.0.1",
- "handlebars": "^4.4.2",
- "hark": "^1.2.3",
- "mockconsole": "0.0.1",
- "util": "^0.12.1",
- "webrtc-adapter": "^7.3.0",
- "webrtcsupport": "^2.2.0",
- "wildemitter": "^1.2.1"
- },
- "browserslist": [
- "extends browserslist-config-nextcloud"
- ],
- "dependencies": {}
-}