-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 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
{
"name": "conquest",
"version": "0.1.0",
"description": "Multiplayer Online RTS game made with Koa, Socket.IO and MongoDB. http://conquest.io",
"main": "app.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bitly": "~1.2.5",
"co": "~3.1.0",
"co-monk": "~1.0.0",
"colors": "~1.0.2",
"cookie": "~0.1.2",
"duo": "~0.8.10",
"gulp": "~3.8.10",
"gulp-autoprefixer": "~2.0.0",
"gulp-imagemin": "~2.0.0",
"gulp-livereload": "~2.1.1",
"gulp-minify-css": "~0.3.11",
"gulp-uglify": "~1.0.1",
"imagemin-pngquant": "~4.0.0",
"koa": "~0.13.0",
"koa-bodyparser": "~1.2.0",
"koa-csrf": "~2.1.3",
"koa-generic-session": "~1.3.0",
"koa-generic-session-mongo": "~0.1.1",
"koa-passport": "~1.1.3",
"koa-router": "~3.7.0",
"koa-session": "~2.0.0",
"koa-static": "~1.4.7",
"map-stream": "~0.1.0",
"mobile-detect": "~0.4.2",
"monk": "~0.9.0",
"nodemailer": "~1.3.0",
"nodemailer-smtp-transport": "~0.1.13",
"passport-local": "~1.0.0",
"request": "~2.48.0",
"socket.io": "~1.1.0",
"twit": "~1.1.18"
},
"engines": {
"node": ">= 0.11.13"
},
"scripts": {
"start": "node --harmony server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hugocaillard/conquest.git"
},
"license": "GPL",
"bugs": {
"url": "https://github.com/hugocaillard/conquest/issues"
},
"homepage": "https://github.com/hugocaillard/conquest"
}