-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
43
44
45
46
47
48
49
50
51
52
{
"name": "rtc-signaller",
"version": "6.3.0",
"description": "rtc.io transportless signalling for WebRTC",
"directories": {
"test": "test"
},
"dependencies": {
"cog": "^1",
"cuid": "^1.2.4",
"formatter": "^0.4.1",
"mbus": "^2.0.0",
"pull-pushable": "^1.1.4",
"pull-stream": "^2.26.0",
"rtc-core": "^4.0.0",
"rtc-signal": "^1.2.0"
},
"devDependencies": {
"async": "~0.9",
"broth": "^2.0.0",
"browserify": "^9.0.3",
"fdom": "^1.2.0",
"messenger-memory": "^2.0.0",
"rtc-signaller-testrun": "^1.2.2",
"rtc-switchboard": "^3.0.0",
"rtc-switchboard-messenger": "^2.0.3",
"tap-spec": "^3.0.0",
"tape": "^4.0.0",
"travis-multirunner": "^3.0.0",
"whisk": "^1.0.0"
},
"scripts": {
"test": "node test/all-node.js && npm run test-browser",
"test-browser": "browserify test/all-browser.js | broth ./node_modules/travis-multirunner/start.sh | tap-spec",
"gendocs": "gendocs > README.md",
"hint": "jshint index.js handlers/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-signaller.git"
},
"keywords": [
"rtc.io",
"webrtc",
"signalling"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-signaller/issues"
}
}