-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
63 lines (63 loc) · 1.81 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
{
"name": "warcraftlfg",
"description": "Guild & character recruitment tool for World of Warcraft",
"private": true,
"main": "server/app.js",
"dependencies": {
"async": "^2.0.0-rc.2",
"body-parser": "^1.15.0",
"cheerio": "^0.20.0",
"compression": "^1.6.1",
"confine": "^3.0.3",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grunt-angular-translate": "^0.3.0",
"lodash": "latest",
"moment-timezone": "^0.5.3",
"mongodb": "^2.1.11",
"nodemailer": "^2.4.1",
"nodemailer-wellknown": "^0.1.10",
"passport": "^0.3.2",
"passport-bnet": "^1.2.1",
"passport.socketio": "^3.6.1",
"redis": "^2.6.0-0",
"request": "^2.69.0",
"socket.io": "^1.4.5",
"socket.io-emitter": "^1.0.0",
"socket.io-redis": "^1.0.0",
"swig-email-templates": "^2.1.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-angular-templates": "^1.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-mocha-test": "^0.12.7",
"grunt-usemin": "^3.1.1",
"jit-grunt": "^0.10.0",
"load-grunt-config": "^0.19.1",
"mocha": "^2.4.5",
"readyness": "^0.1.0",
"sinon": "^1.17.3"
},
"scripts": {
"start": "node server/server.js",
"test": "grunt test",
"postinstall": "bower install",
"prestart": "grunt prod"
},
"author": "The WarcraftLFG Team <[email protected]>",
"license": "AGPL-3.0"
}