-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 939 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 939 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
33
34
35
36
37
{
"name": "audiorouter-client",
"version": "6.0.0",
"description": "AudioRouterClient",
"main": "./lib",
"scripts": {
"jscs": "./node_modules/.bin/yodlr-standard --verbose",
"test": "./node_modules/.bin/mocha --reporter=spec && npm run jscs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yodlr/audiorouter-client.git"
},
"author": "Jared De La Cruz <jared@getyodlr.com>",
"bugs": {
"url": "https://github.com/yodlr/audiorouter-client/issues"
},
"homepage": "https://github.com/yodlr/audiorouter-client#readme",
"dependencies": {
"debug": "^2.1.3",
"eventemitter2": "~0.4.13",
"socket.io-client": "~1.3.5",
"webrtc-adapter-test": "~0.1.2",
"ws": "^0.7.1"
},
"devDependencies": {
"mocha": "^2.2.4",
"node-yodlr": "^2.1.0",
"should": "^6.0.1",
"yodlr-standard": "^10.1.1"
},
"standard": {
"ignore": [
"test/**"
]
}
}