forked from jitsi/lib-jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.95 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "lib-jitsi-meet",
"version": "0.0.0",
"description": "JS library for accessing Jitsi server side deployments",
"repository": {
"type": "git",
"url": "git://github.com/jitsi/lib-jitsi-meet"
},
"keywords": [
"jingle",
"webrtc",
"xmpp",
"browser",
"jitsi"
],
"author": "",
"readmeFilename": "README.md",
"dependencies": {
"async": "0.9.0",
"current-executing-script": "0.1.3",
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
"js-utils": "github:jitsi/js-utils#fa6eb93d1792b75e25bf84b97e51672e70d900de",
"react-native-callstats": "3.27.0",
"sdp-interop": "0.1.12",
"sdp-simulcast": "0.2.1",
"sdp-transform": "2.3.0",
"strophe.js": "github:jitsi/strophejs#1.2.14-1",
"strophejs-plugin-disco": "0.0.2",
"webrtc-adapter": "github:webrtc/adapter#1eec19782b4058d186341263e7d049cea3e3290a",
"yaeti": "1.0.1"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.0.3",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"babel-preset-stage-1": "6.24.1",
"core-js": "2.5.1",
"eslint": "4.12.1",
"eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"flow-bin": "0.57.3",
"jasmine-core": "2.5.2",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.3",
"karma-jasmine": "0.3.8",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "1.8.1",
"precommit-hook": "3.0.0",
"string-replace-loader": "1.3.0",
"uglifyjs-webpack-plugin": "1.1.2",
"webpack": "3.9.1"
},
"scripts": {
"lint": "eslint . && flow",
"postinstall": "webpack -p",
"test": "karma start karma.conf.js",
"test-watch": "karma start karma.conf.js --no-single-run",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"test"
],
"main": "./index.js",
"license": "Apache-2.0"
}