UNPKG

752 BJSONView Raw
1{
2 "name": "webrtc-utilities",
3 "version": "1.0.10",
4 "author": "The WebRTC project authors (https://www.webrtc.org/)",
5 "description": "WebRTC test framework utilities.",
6 "license": "BSD-3-Clause",
7 "main": "main.js",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/webrtc/utilities.git"
11 },
12 "bin": {
13 "start-tests": "./src/testrunner/start-tests.sh"
14 },
15 "scripts": {
16 "test": "grunt && ./test/start-tests.sh"
17 },
18 "dependencies": {
19 "chromedriver": "^77.0.0",
20 "geckodriver": ">=1.18.0",
21 "grunt": ">=1.0.4",
22 "grunt-cli": "^1.3.2",
23 "grunt-eslint": "^22.0.0",
24 "selenium-webdriver": ">=3.6.0",
25 "tape": "^4.11.0",
26 "travis-multirunner": "^4.5.0",
27 "webrtc-adapter": "^7.3.0"
28 }
29}