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

package.json - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2aced2208ffbbc7759b104eae6aa9389b63f64b (plain)
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
30
31
32
33
34
35
{
  "name": "spreed",
  "version": "6.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.5.5",
    "@babel/preset-env": "^7.5.5",
    "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.1.2",
    "hark": "^1.2.3",
    "mockconsole": "0.0.1",
    "util": "^0.12.1",
    "webrtc-adapter": "^7.2.9",
    "webrtcsupport": "^2.2.0",
    "wildemitter": "^1.2.1"
  },
  "browserslist": [
    "extends browserslist-config-nextcloud"
  ],
  "dependencies": {}
}