-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "hapi-of-the-world",
"version": "1.0.0",
"description": "Be happy, it is an example app with many functionality.",
"author": {
"email": "[email protected]",
"name": "Sze Ka Wai Raymond"
},
"scripts": {
"test": "lab server/test/index.js -c -I '__core-js_shared__'"
},
"license": "MIT",
"dependencies": {
"aguid": "^1.0.4",
"babel": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-core": "^6.3.26",
"babel-plugin-transform-async-to-module-method": "^6.3.13",
"babel-preset-es2015-node5": "^1.1.1",
"babel-preset-stage-0": "^6.3.13",
"bcrypt": "^0.8.5",
"bluebird": "^3.1.1",
"boom": "^3.1.1",
"catbox-redis": "^1.0.6",
"code": "^2.1.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.13.1",
"good": "^6.4.0",
"good-winston-reporter": "^1.0.0",
"hapi": "^11.1.3",
"hapi-auth-jwt2": "^5.3.0",
"hapi-authorization": "^3.0.0",
"hapi-swagger": "^3.1.1",
"inert": "^3.2.0",
"joi": "^7.2.1",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^5.5.0",
"lab": "^8.0.2",
"lodash": "^4.0.0",
"mongoose": "^4.3.4",
"redis": "^2.4.2",
"vision": "^4.0.1",
"winston": "^2.1.1"
}
}