-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "hapi-es7-boilerplate",
"version": "1.0.0",
"description": "This is an example restful api server using Hapi",
"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-core": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-async-to-module-method": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015-node5": "^1.1.1",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"bcrypt": "^0.8.5",
"bluebird": "^3.1.1",
"boom": "^3.1.1",
"catbox-redis": "^1.0.6",
"code": "^2.1.0",
"crumb": "^5.0.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-async-methods": "^1.0.3",
"hapi-async-routes": "^1.1.0",
"hapi-auth-jwt2": "^5.3.0",
"hapi-authorization": "^3.0.0",
"hapi-jwt-token": "^1.0.0",
"hapi-mongoose-bluebird": "^1.0.4",
"import-directory": "^1.0.6",
"joi": "^7.2.1",
"jsonwebtoken": "^5.5.0",
"lab": "^8.0.2",
"lodash": "^4.0.0",
"mongoose": "^4.3.4",
"redis": "^2.4.2",
"require-directory": "^2.1.1",
"toposort": "^0.2.12",
"winston": "^2.1.1"
}
}