forked from btouellette/concarneau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "concarneau",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-session": "^1.15.5",
"flatted": "^2.0.2",
"helmet": "^3.8.1",
"mongoose": "^5.9.24",
"moniker": "^0.1.2",
"newrelic": "^6.11.0",
"nodemailer": "^2.7.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"q": "^2.0.3",
"raven": "^0.12.3",
"socket.io": "^2.0.3",
"tunnel": "^0.0.4",
"twit": "^2.2.9",
"xoauth2": "^1.2.0",
"yargs": "^1.3.3"
},
"devDependencies": {
"eslint": "^3.19.0"
},
"scripts": {
"lint": "eslint app",
"start": "node server.js"
},
"description": "Multiplayer web game using the same rules as Carcassone. Currently supports the base game and the Inns and Cathedrals expansion.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/btouellette/concarneau.git"
},
"author": "Brian Ouellette",
"license": "MIT",
"bugs": {
"url": "https://github.com/btouellette/concarneau/issues"
},
"homepage": "https://github.com/btouellette/concarneau#readme"
}