forked from webrtc/testrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 897 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": "TestRTC",
"description": "Collection of tests and tools to help diagnose WebRTC systems.",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/webrtc/testrtc"
},
"license": "BSD-3-Clause",
"authors": [
"The WebRTC project authors (http://www.webrtc.org/)"
],
"scripts": {
"test": "grunt && grunt build && start-tests"
},
"devDependencies": {
"bower": "^1.8.8",
"eslint-config-webrtc": ">=1.0.0",
"grunt": "^1.4.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": ">=0.8.0",
"grunt-contrib-csslint": ">=0.4.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-eslint": "^22.0.0",
"grunt-html": "^11.1.1",
"grunt-vulcanize": ">=1.0.0",
"webrtc-adapter": "^6.4.8",
"webrtc-utilities": "^1.0.10"
},
"dependencies": {
"chromedriver": "^91.0.0"
}
}