-
Notifications
You must be signed in to change notification settings - Fork 111
/
package.json
52 lines (52 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
{
"name": "multistreamsmixer",
"preferGlobal": true,
"version": "1.2.3",
"author": {
"name": "Muaz Khan",
"email": "[email protected]",
"url": "https://muazkhan.com/"
},
"description": "Pass multiple streams (e.g. screen+camera or multiple-cameras) and get single stream.",
"scripts": {
"start": "node server.js"
},
"main": "./MultiStreamsMixer.js",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/MultiStreamsMixer.git"
},
"keywords": [
"webrtc",
"multistreamsmixer",
"webrtc-library",
"library",
"javascript",
"rtcweb",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/MultiStreamsMixer/issues",
"email": "[email protected]"
},
"homepage": "https://www.webrtc-experiment.com/MultiStreamsMixer/",
"_id": "multistreamsmixer@",
"_from": "multistreamsmixer@",
"tonicExampleFilename": "npm-test.js",
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.7.0",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.11.0",
"grunt-jsbeautifier": "0.2.10",
"load-grunt-tasks": "3.4.0",
"grunt-contrib-watch": "^1.1.0"
}
}