-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
{
"name": "webrtc-available-stats-properties",
"version": "0.1.0",
"description": "List all available properties per browser for getStats",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ludovicm67/webrtc-available-stats-properties.git"
},
"keywords": [
"webrtc",
"stats",
"properties",
"getStats",
"browser"
],
"author": {
"name": "Ludovic Muller",
"url": "https://ludovic-muller.fr/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ludovicm67/webrtc-available-stats-properties/issues"
},
"homepage": "https://github.com/ludovicm67/webrtc-available-stats-properties#readme",
"dependencies": {
"playwright": "^1.48.2"
}
}