-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 1.84 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
{
"name": "fotm",
"version": "0.6.6",
"private": true,
"scripts": {
"postinstall": "bower install && gulp default --env production"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"connect": "^3.4.1",
"connect-mongo": "^0.8.2",
"cookie": "^0.2.4",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"ejs": "^2.4.2",
"ejs-mate": "^2.3.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-error-handler": "^1.1.0",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.9",
"gulp-concat": "^2.6.0",
"gulp-environments": "^0.1.1",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-main-bower-files": "^1.5.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-svg-sprite": "^1.3.1",
"gulp-uglify": "^1.5.3",
"mongodb": "^2.1.21",
"mongoose": "^4.5.3",
"morgan": "^1.7.0",
"nconf": "^0.8.4",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.6",
"socket.io-emitter": "^0.2.0",
"socket.io-handshake": "0.0.10",
"winston": "^2.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-gettext": "^2.1.3"
},
"description": "My own multiplayer game created with node.js, angular.js and socket.io.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/losferwords/FOTM.git"
},
"keywords": [
"fotm",
"nephilim",
"cambion",
"TBRPG",
"RPG",
"strategy",
"angular",
"mongodb",
"socket.io",
"node"
],
"author": "Maksim Nasonov (Losfer)",
"license": "ISC",
"bugs": {
"url": "https://github.com/losferwords/FOTM/issues"
},
"homepage": "https://github.com/losferwords/FOTM#readme",
"engines": {
"node": ">0.12.7"
}
}