-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
32 lines (32 loc) · 943 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
{
"name": "ovenlivekit",
"version": "1.2.0",
"description": "OvenLiveKit for Web is an open source JavaScript SDK suite for live streaming from web browsers to OvenMediaEngine.",
"main": "dist/OvenLiveKit.min.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"watch": "webpack watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AirenSoft/OvenLiveKit-Web.git"
},
"keywords": [
"Sub-Second Latency Streaming",
"WebRTC",
"OvenMediaEngine",
"HTML5"
],
"author": "AirenSoft Co., Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/AirenSoft/OvenLiveKit-Web/issues"
},
"homepage": "https://github.com/AirenSoft/OvenLiveKit-Web#readme",
"devDependencies": {
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}