-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 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
{
"name": "@theopenweb/get-user-media-mock",
"version": "1.0.0",
"description": "Creates mock for getUserMedia so can use without Webcam.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {},
"keywords": [
"getUserMedia",
"navigator",
"mediaDevices",
"MediaStreamConstraints",
"MediaTrackConstraints",
"mock",
"video",
"audio",
"devices"
],
"repository": {
"type": "git",
"url": "git+https://github.com/theopenwebjp/get-user-media-mock.git"
},
"author": "The Open Web <[email protected]> (https://theopenweb.jp)",
"contributors": [
"Damien Golding <[email protected]> (https://damiengolding.com)"
],
"homepage": "https://theopenweb.info",
"bugs": {
"url": "https://github.com/theopenwebjp/get-user-media-mock/issues"
},
"private": false,
"license": "MIT"
}