-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 860 Bytes
/
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
{
"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) <[email protected]>",
"contributors": [
"Rickard Lundén <[email protected]>"
],
"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"
}
}