-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 860 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 860 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
{
"name": "websocket-server",
"description": "A Populous: Reincarnated matchmaker IRC socket to websocket server",
"version": "1.0.0",
"author": "Rickard Lundén (https://github.com/rlunden) <ri.lunden@gmail.com>",
"contributors": [
"Rickard Lundén <ri.lunden@gmail.com>"
],
"homepage": "http://www.popre.net",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PopRe/websocket-server.git"
},
"keywords": [
"populous",
"matchmaker",
"socket",
"irc",
"websocket",
"server"
],
"main": "server.js",
"dependencies": {
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-useragent": "^1.0.7",
"irc": "^0.5.2",
"socket.io": "^1.7.3"
}
}