-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "janus-presence-server",
"version": "0.1.1",
"description": "JanusVR presence and chat server",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/janusvr/janus-server.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/"
},
"author": "Lisa Croxford, Michael/HAZARDU5, Jerad Bitner, na/source83, oculushut, Tim Schwartz, JamesHagerman",
"license": "MIT",
"dependencies": {
"body-parser": "*",
"byline": "^4.1.1",
"express": "^4.6.1",
"finished": "^1.2.2",
"http-string-parser": "^0.0.6",
"janus-method-ping": "^0.0.3",
"janus-mysql-auth": "^0.0.2",
"janus-mysql-popular": "*",
"janus-mysql-userlist-official": ">=0.0.11",
"mysql": "^2.12.0",
"npmlog": "^0.1.1",
"optimist": "^0.5.2",
"redis": ">=3.1.1",
"simplesets": "^1.2.0",
"split-ca": "^1.0.0",
"websocket-driver": "^0.7.4"
},
"devDependencies": {
"chai": "^3.5.0",
"janus-node-client": "0.0.1",
"mocha": "^10.0.0",
"superagent": "^6.1.0",
"websocket": "*"
}
}