-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1005 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "raven",
"author": "Longhouse Games",
"version": "0.2.0",
"description": "Raven - a game server framework",
"main": "lib/raven.js",
"private": true,
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Longhouse-Games/raven.git"
},
"license": "BSD",
"engines": {
"node": "~10.16"
},
"dependencies": {
"cas": "git://github.com/Longhouse-Games/node-cas.git",
"coffee-script": "",
"cookie": "0.0.5",
"cookie-parser": "^1.4.4",
"express": "^4.15.2",
"express-session": "^1.16.2",
"express-socket.io-session": "^1.3.5",
"memorystore": "^1.6.1",
"moment": "2.0",
"mongoose": "4.13.19",
"node-markdown": "0.1",
"request": "2.16",
"rollbar": "^2.14.4",
"socket.io": "^2.2.0",
"underscore": "1.4",
"winston": "0.6"
},
"devDependencies": {
"jasmine-node": ">=1.0.26"
}
}