-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "rtc-tools-test",
"version": "2.2.0",
"description": "A suite of tests for checking rtc-tools compatibility with any valid signaller",
"main": "index.js",
"scripts": {
"test": "browserify test-latest.js | broth start | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-tools-test.git"
},
"keywords": [
"webrtc",
"rtc.io"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-tools-test/issues"
},
"homepage": "https://github.com/rtc-io/rtc-tools-test",
"dependencies": {
"cog": "^1.0.0",
"rtc-core": "^4.0.0",
"tape": "^3.5.0",
"uuid": "^2.0.1",
"whisk": "^1.1.0"
},
"devDependencies": {
"broth": "^2.1.1",
"browserify": "^11.0.0",
"rtc-signaller": "^6.2.1",
"rtc-switchboard": "^3.0.0",
"rtc-switchboard-messenger": "^1.0.0",
"rtc-tools": "git://github.com/rtc-io/rtc-tools.git#master",
"tap-spec": "^4.0.2",
"tape": "^4.0.1",
"travis-multirunner": "^3.0.0"
}
}