-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.72 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
{
"name": "mythic-forge",
"version": "2.1.0",
"author": "Feugy <damien.feugas@gmail.com",
"description": "A online multiplayer, real-time 2D game engine",
"repository": {
"type": "git",
"url": "https://github.com/feugy/mythic-forge.git"
},
"dependencies": {
"async": "2.0.0-rc.5",
"body-parser": "1.15.1",
"cheerio": "0.20.0",
"coffee-script": "1.10.0",
"compression": "1.6.2",
"convert-source-map": "1.2.0",
"cookie-parser": "1.4.3",
"corser": "2.0.0",
"del": "2.2.0",
"eslint": "2.11.1",
"express": "4.13.4",
"express-session": "1.13.0",
"fs-extra": "0.30.0",
"gift": "0.8.0",
"gulp": "3.9.1",
"gulp-coffee": "2.3.2",
"gulp-plumber": "1.1.0",
"gulp-stylus": "2.4.0",
"gulp-util": "3.0.7",
"isemail": "2.1.2",
"js-yaml": "3.6.1",
"lodash": "4.13.1",
"mailgun-js": "0.7.11",
"method-override": "2.3.6",
"moment": "2.13.0",
"mongodb": "2.1.21",
"mongoose": "4.4.19",
"passport": "0.3.2",
"passport-github": "1.1.0",
"passport-google-oauth": "1.0.0",
"passport-local": "1.0.0",
"passport-twitter": "1.0.4",
"password-hash": "1.2.2",
"requirejs": "2.2.0",
"socket.io": "1.4.6",
"stack-trace": "0.0.9",
"stylus": "0.54.5"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "2.5.3",
"node-horseman": "3.0.1",
"phantomjs-prebuilt": "2.1.7",
"request": "2.72.0",
"sanitizer": "0.1.3",
"socket.io-client": "1.4.6"
},
"scripts": {
"start": "node hyperion/bin/start",
"postinstall": "node node_modules/gulp/bin/gulp.js cleanBuild",
"test": "node node_modules/gulp/bin/gulp.js test"
},
"licence": "LGPL v3",
"engines": {
"node": "0.10.23"
}
}