-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
56 lines (56 loc) · 1.35 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
53
54
55
56
{
"name": "showflake-hapi-openshift",
"version": "0.0.1",
"description": "OpenShift/local Hapi Server for Snowflake Application",
"keywords": [
"OpenShift",
"Node.js",
"snowflake",
"openshift",
"hapi"
],
"author": {
"name": "barton hammond"
},
"repository": {
"type": "git",
"url": "https://github.com/bartonhammond/snowflake-hapi-openshift"
},
"engines": {
"node": ">= 4.2.3",
"npm": ">= 2.14.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cp ./README.md src/docs && node server.js",
"debug": "node-debug server.js",
"docs": "./node_modules/docker/docker -w -I -x node_modules -s yes -o ../snowflake-hapi-openshift-pages "
},
"dependencies": {
"boom": "^3.1.1",
"good": "^6.4.0",
"good-console": "^5.2.0",
"handlebars": "^4.0.5",
"hapi": "^11.1.3",
"hapi-auth-jwt": "^4.0.0",
"hapi-swagger": "^3.0.1",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"joi": "^7.1.0",
"jsonwebtoken": "^5.5.0",
"marked": "^0.3.5",
"moment": "^2.10.6",
"mongoose": "^4.3.4",
"nodemailer": "^1.11.0",
"path": "^0.12.7",
"redis": "^2.4.2",
"underscore": "^1.8.3",
"vision": "^4.0.1"
},
"devDependencies": {
"docker": "^0.2.14"
},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}