-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 940 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
{
"name": "hapi-name",
"version": "0.0.1",
"description": "A chat example to showcase how to use `socket.io` with a static `express` server with `async` for control flow.",
"main": "server.js",
"author": "Mostafa Eweda <mo.eweda@gmail.com>",
"dependencies": {
"assert": "^1.4.1",
"async": "^0.2.10",
"base-routes": "^0.2.2",
"bcrypt": "^1.0.2",
"boom": "^4.3.0",
"express": "~3.2.4",
"github": "^9.2.0",
"good": "^7.1.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.1",
"handlebars": "^4.0.6",
"hapi": "^16.1.0",
"hapi-auth-basic": "^4.2.0",
"hapi-login": "^1.2.2",
"hoek": "^4.1.0",
"inert": "^4.1.0",
"joi": "^10.3.1",
"mysql": "^2.13.0",
"sequelize": "^3.30.2",
"sequelize-cli": "^2.5.1",
"socket.io": "~0.9.14",
"vision": "^4.1.1"
},
"scripts": {
"start": "node server.js"
},
"devDependencies": {},
"license": "ISC"
}