-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 858 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
{
"name": "hapi-fox",
"version": "1.0.3",
"description": "A testing ground for Hapi server best practices and interesting ideas.",
"repository": {
"type": "git",
"url": "git://github.com/codemouse/hapi-fox.git"
},
"dependencies": {
"bcrypt": "^0.8.7",
"enumify": "^1.0.4",
"hapi": "^15.0.3",
"hapi-auth-basic": "^4.2.0",
"hapi-authorization": "^3.0.2",
"hapi-plugin-mysql": "^3.2.1",
"hapi-swagger": "^7.1.0",
"inert": "^4.0.2",
"node-uuid": "^1.4.7",
"rejoice": "^3.3.1",
"squel": "^5.4.2",
"vision": "^4.1.0"
},
"devDependencies": {
"blipp": "^2.3.0",
"good": "^7.0.2",
"good-console": "^6.1.2",
"good-squeeze": "^4.0.0"
},
"scripts": {
"start": "./node_modules/rejoice/bin/rejoice -c manifest.json -p ./"
},
"author": "Brian Sodano",
"license": "MIT"
}