forked from webrtc/testrtc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 875 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
{
"name": "TestRTC",
"description": "Collection of tests and tools to help diagnose WebRTC systems.",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/webrtc/testrtc"
},
"authors": [
"The WebRTC project authors (http://www.webrtc.org/)"
],
"scripts": {
"test": "grunt build && test/run-tests",
"build": "grunt build",
"lint": "grunt"
},
"devDependencies": {
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-jscs": "~1.8.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-htmlhint": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-vulcanize": "~1.0.0",
"grunt": "~0.4.5",
"bower": "~1.4.1",
"chromedriver": "^2.16.0",
"selenium-webdriver": "^2.46.0",
"tape": "^4.0.0",
"travis-multirunner": "^3.0.0"
}
}