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: 3f4e2768ab0416802ee411c7ab9542b62ab77262 (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
36
37
38
{
  "name": "spreed",
  "version": "1.0.0",
  "description": "This code is a proof of concept. Do not use it in production.",
  "main": " ",
  "scripts": {
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/spreed.git"
  },
  "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",
    "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",
    "wildemitter": "^1.2.0"
  }
}