forked from maheshiv/grievances-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.4 KB
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
57
58
59
{
"name": "grievances-server-htmlfusion",
"version": "0.0.1",
"description": "OpenShift/local Hapi Server for Grievance Application",
"keywords": [
"OpenShift",
"Node.js",
"grievance",
"openshift",
"hapi"
],
"author": {
"name": "Mahesh & Santhosh"
},
"repository": {
"type": "git",
"url": "https://github.com/htmlfusion/grievances-server"
},
"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 ../grievances-server-pages "
},
"dependencies": {
"async": "^2.0.1",
"boom": "^3.1.1",
"gm": "^1.22.0",
"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.1",
"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",
"request": "^2.74.0",
"underscore": "^1.8.3",
"vision": "^4.0.1"
},
"devDependencies": {
"docker": "^0.2.14"
},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}