forked from TechTeamer/janus-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1017 Bytes
/
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
{
"name": "@techteamer/janus-api",
"version": "5.0.0",
"description": "Janus WebRTC-Gateway API",
"main": "index.js",
"scripts": {
"test": "eslint .",
"build-test": "node ./test/buildtest.js"
},
"engines": {
"node": ">=8.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechTeamer/janus-api.git"
},
"keywords": [
"janus",
"webrtc"
],
"author": "TechTeamer",
"license": "MIT",
"bugs": {
"url": "https://github.com/TechTeamer/janus-api/issues"
},
"homepage": "https://github.com/TechTeamer/janus-api#readme",
"dependencies": {
"sdp": "^2.5.0",
"uuid": "^3.1.0",
"ws": "^6.1.2"
},
"devDependencies": {
"browserify": "^16.0.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"http-server": "^0.11.1",
"webrtc-adapter": "^6.4.6"
}
}