-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "mediasoup-client",
"version": "2.1.1",
"description": "mediasoup client side JavaScript SDK",
"author": "Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
"contributors": [
"José Luis Millán <[email protected]> (https://github.com/jmillan)"
],
"homepage": "https://mediasoup.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/versatica/mediasoup-client.git"
},
"main": "lib-es5/index.js",
"dependencies": {
"babel-plugin-transform-builtin-classes": "^0.6.1",
"bowser": "^1.9.3",
"debug": "^3.1.0",
"events": "^3.0.0",
"random-number": "0.0.9",
"sdp-transform": "^2.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browserify": "^16.2.2",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.5",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}