-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "rtc-switchboard-messenger",
"version": "2.0.4",
"description": "A specialised messenger-ws implementation that knows how to connect to a rtc-switchboard instance",
"main": "index.js",
"scripts": {
"test": "node test/all.js && npm run test-browser",
"test-browser": "browserify --ignore-missing test/all.js | broth ./node_modules/travis-multirunner/start.sh | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-switchboard-messenger.git"
},
"keywords": [
"webrtc",
"messenger",
"rtc.io"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-switchboard-messenger/issues"
},
"homepage": "https://github.com/rtc-io/rtc-switchboard-messenger",
"dependencies": {
"browserify-optional": "^1.0.0",
"cog": "^1.0.0",
"messenger-ws": "^3.0.1"
},
"devDependencies": {
"broth": "^2.2.0",
"browserify": "^16.2.3",
"tap-spec": "^5.0.0",
"tape": "^4.4.0",
"travis-multirunner": "^4.5.0"
},
"browserify": {}
}