-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
78 lines (78 loc) · 1.9 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ironbane",
"version": "0.4.7",
"description": "Ironbane, the open source browser MMO.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ironbane/IronbaneServer.git"
},
"keywords": [
"javascript",
"mmo",
"retro",
"nodejs",
"rpg",
"webGL",
"html5"
],
"author": "Nick Janssen",
"license": "GPL",
"readmeFilename": "README.md",
"dependencies": {
"socket.io": "~0.9.14",
"mysql": "~2.0.0-alpha9",
"wrench": "~1.5.1",
"express": "~3.4.4",
"underscore": "~1.5.2",
"bbcode": "~0.1.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"bcrypt-nodejs": "0.0.3",
"marked": "~0.3.0",
"nconf": "~0.6.7",
"validator": "~3.4.0",
"q": "~0.9.7",
"hogan-express": "~0.5.0",
"gm": "~1.10.0",
"connect-mysql": "~0.3.2",
"express.io": "~1.1.13",
"nodetime": "~0.8.13",
"passport.socketio": "~1.2.1",
"commander": "~2.0.0",
"prompt": "~0.2.11",
"supervisor": "~0.5.3",
"q-io": "~1.10.1",
"winston": "~0.7.2",
"shelljs": "~0.2.1",
"grunt-download": "~0.2.0",
"github": "~0.1.10",
"unidecode": "~0.1.3",
"progress": "~1.1.2",
"net-repl": "~0.1.2",
"async": "~0.2.9",
"q-async": "0.1.2",
"spatial-events": "~0.0.1",
"three": "~0.58.10",
"aabb-3d": "~0.1.0",
"assert-tap": "~0.1.4",
"nodejs-gravatar": "~1.0.2",
"node-uuid": "~1.4.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-replace": "~0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-beep": "~0.3.0",
"bluebird": "~1.0.5"
}
}