forked from thebergamo/start-hapiness
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1018 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
40
41
{
"name": "start-hapiness",
"version": "1.0.0",
"description": "Boilerplate for Hapi + MongoDB API :)",
"repository": "https://github.com/thebergamo/start-hapiness",
"main": "index.js",
"scripts": {
"test": "scripts/test",
"bootstrap": "scripts/bootstrap",
"setup": "scripts/setup",
"update": "scripts/update",
"start": "scripts/server"
},
"author": "Marcos Bérgamo <[email protected]>",
"license": "MIT",
"dependencies": {
"bcryptjs": "2.3.0",
"bluebird": "3.0.5",
"boom": "2.9.0",
"dotenv": "2.0.0",
"glob": "6.0.1",
"good": "6.4.0",
"good-console": "5.2.0",
"good-file": "5.1.1",
"hapi": "11.1.2",
"hapi-auth-jwt2": "5.2.1",
"hapi-boom-decorators": "1.0.2",
"joi": "6.9.0",
"jsonwebtoken": "5.4.1",
"lodash": "4.5.1",
"k7": "1.x.x",
"k7-mongoose": "1.x.x",
"shortid": "2.2.4"
},
"devDependencies": {
"chai": "3.3.0",
"coveralls": "2.11.4",
"lab": "6.2.0",
"semistandard": "7.0.3"
}
}