forked from versatica/mediasoup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.32 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
{
"name": "mediasoup",
"version": "1.2.6",
"description": "Cutting Edge WebRTC Video Conferencing",
"author": "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
"contributors": [
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)"
],
"homepage": "https://mediasoup.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/versatica/mediasoup.git"
},
"keywords": [
"webrtc",
"sfu",
"node",
"node-module",
"ortc"
],
"bugs": {
"url": "https://github.com/versatica/mediasoup/issues"
},
"os": [
"!win32"
],
"engines": {
"node": ">=4.8.0 <5.0.0 || >=5.7.0"
},
"main": "lib/mediasoup.js",
"dependencies": {
"check-types": "^7.1.5",
"clone": "^2.1.1",
"debug": "^2.6.8",
"netstring": "^0.3.0",
"random-number": "0.0.7",
"randomatic": "^1.1.7",
"sdp-transform": "^2.3.0"
},
"devDependencies": {
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clang-format": "^1.0.23",
"gulp-eslint": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-shell": "^0.6.3",
"gulp-touch-cmd": "0.0.1",
"tap": "^10.7.0"
},
"optionalDependencies": {
"clang-tools-prebuilt": "^0.1.4"
},
"scripts": {
"test": "gulp test",
"postinstall": "make Release"
}
}