forked from ironbane/IronbaneServerLegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.64 KB
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
{
"name": "ironbane",
"version": "0.4.2",
"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.0",
"underscore": "~1.5.2",
"bbcode": "~0.1.4",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"bcrypt-nodejs": "0.0.3",
"marked": "~0.2.9",
"nconf": "~0.6.7",
"validator": "~1.5.1",
"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"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-three-obj": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-less": "~0.7.0",
"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.4.3",
"grunt-beep": "~0.3.0"
}
}