forked from webrtc/testrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 871 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 871 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
{
"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.2",
"eslint-config-webrtc": ">=1.0.0",
"grunt": ">=0.4.5",
"grunt-cli": ">=0.1.13",
"grunt-contrib-clean": ">=0.6.0",
"grunt-contrib-copy": ">=0.8.0",
"grunt-contrib-csslint": ">=0.4.0",
"grunt-contrib-uglify": "^3.2.1",
"grunt-eslint": "^20.1.0",
"grunt-htmlhint": ">=0.4.1",
"grunt-vulcanize": ">=1.0.0",
"webrtc-adapter": "^6.0.2",
"webrtc-utilities": "^1.0.6"
},
"dependencies": {}
}