-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 913 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 913 Bytes
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
{
"name": "symple-player",
"version": "4.0.6",
"description": "Symple realtime media player with WebRTC call signalling",
"type": "module",
"main": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"engines": {
"node": ">=18"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"symple-client": "^4.0.0"
},
"devDependencies": {
"vitest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcey/symple-player.git"
},
"keywords": [
"symple",
"client",
"realtime",
"messaging",
"websocket",
"streaming",
"webrtc",
"video",
"call"
],
"author": "Kam Low <auscaster@gmail.com> (https://sourcey.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sourcey/symple-player/issues"
},
"homepage": "https://sourcey.com/code/symple"
}