-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 765 Bytes
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
{
"name": "chat",
"description": "Chat",
"version": "1.0.0",
"author": "Frota Silveira <frota.gm@gmail.com>",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"keywords": [
"chat"
],
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"jade": "1.11.0",
"connect-flash": "0.1.1",
"mongoose": "4.4.5",
"passport": "0.3.2",
"passport-local": "1.0.0",
"socket.io": "1.4.5",
"express": "4.13.4",
"errorhandler": "1.4.3",
"serve-favicon": "2.3.0",
"morgan": "1.7.0",
"body-parser": "1.15.0",
"method-override": "2.3.5",
"cookie-parser": "1.4.1",
"express-session": "1.13.0",
"debug": "2.2.0"
},
"license": "MIT"
}