-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 924 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
{
"name": "meetbox",
"version": "0.1.6",
"description": "The WebRTC library.",
"keywords": [
"WebRTC",
"library",
"meet",
"box",
"meetbox",
"audio",
"video"
],
"author": "Dariusz Depta",
"license": "MIT",
"main": "dist/meetbox.min.js",
"unpkg": "dist/meetbox.min.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"build-dev": "webpack --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EngosSoftware/meetbox.git"
},
"bugs": {
"url": "https://github.com/EngosSoftware/meetbox/issues"
},
"homepage": "https://github.com/EngosSoftware/meetbox#readme",
"dependencies": {
"pubnub": "^4.32.0"
},
"devDependencies": {
"css-loader": "^5.2.4",
"style-loader": "^2.0.0",
"uuid": "^8.3.2",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
}
}