-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 954 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 954 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
{
"name": "localmedia",
"version": "4.0.0",
"license": "ISC",
"homepage": "https://github.com/otalk/localmedia#readme",
"bugs": {
"url": "https://github.com/otalk/localmedia/issues"
},
"keywords": [
"webrtc",
"browser",
"getUserMedia"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/otalk/localmedia.git"
},
"main": "localmedia.js",
"description": "WebRTC abstraction for managing local media streams.",
"dependencies": {
"hark": "^1.0.0",
"mockconsole": "0.0.x",
"react-native-webrtc": "^1.58.2",
"wildemitter": "^1.0.0"
},
"devDependencies": {
"browserify": "^13.1.0",
"jshint": "^2.9.2",
"precommit-hook": "^3.0.0",
"tape": "^4.6.0",
"webrtc-adapter": "^3.1.6"
},
"peerDependencies": {
"webrtc-adapter": "^3.1.6"
},
"testling": {
"files": "test/*.js"
},
"scripts": {
"lint": "jshint .",
"validate": "npm ls"
}
}