-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.4 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
{
"name": "multiplayer-cardgame",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"dependencies": {
"body-parser": "~1.17.1",
"browser-sync": "^2.18.8",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.2",
"gulp": "^3.9.1",
"hbs": "~4.0.1",
"helmet": "^3.6.1",
"morgan": "^1.8.2",
"mysql": "^2.13.0",
"node-sass-middleware": "0.9.8",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"request": "^2.81.0",
"rotating-file-stream": "^1.2.2",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.1",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"supertest": "^3.0.0"
},
"description": "A Multi-Player Card Game",
"main": "./bin/www",
"directories": {
"test": "/test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robin-mi89/multiplayer-cardgame.git"
},
"keywords": [
"multiplayer",
"card",
"game"
],
"author": "Robin Mi, Victor Tsang, Mikhail Metrikin",
"license": "ISC",
"bugs": {
"url": "https://github.com/robin-mi89/multiplayer-cardgame/issues"
},
"homepage": "https://github.com/robin-mi89/multiplayer-cardgame#readme"
}