-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 Bytes
/
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
{
"name": "node-game",
"version": "0.0.1",
"description": "A simple node game",
"author": " Joao Escudero <[email protected]>",
"private": true,
"scripts": {
"start": "node app"
},
"respository": {
"type": "git",
"url": "https://github.com/joaovescudero/node-game"
},
"bug": {
"url": "https://github.com/joaovescudero/node-game/issues"
},
"dependencies": {
"async": "^2.1.4",
"bcrypt": "^0.8.6",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"express": "~4.13.1",
"express-session": "^1.14.1",
"express-status-monitor": "^0.1.2",
"express-validator": "^2.20.10",
"jwt-simple": "^0.5.0",
"method-override": "^2.3.6",
"moment": "^2.15.1",
"mongoose": "^4.4.15",
"morgan": "^1.6.1",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0"
},
"analyze": true,
"lincense": "MIT"
}