package.json
1.15 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
{
"name": "hospital",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha unitTest",
"start": "npm run test && node app.js",
"gentest": "mocha unitTest && NODE_ENV=gentest node app.js"
},
"author": "Source Code",
"license": "ISC",
"dependencies": {
"app-module-path": "^2.2.0",
"body-parser": "^1.18.3",
"caller-callsite": "^3.0.0",
"commonlog-kb": "^1.3.5",
"connect-flash": "^0.1.1",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"express-request-id": "^1.4.1",
"express-session": "^1.15.6",
"indicative": "^3.0.6",
"ldapjs": "^1.0.2",
"log4js": "^3.0.6",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"mongodb": "^3.1.8",
"morgan": "^1.9.1",
"node-json-config": "0.0.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-saml": "^0.30.0",
"pm2": "^3.2.2",
"pm2-windows-service": "^0.2.1",
"read-text-file": "^1.1.0",
"redis": "^2.8.0",
"unirest": "^0.5.1",
"uuid": "^3.3.2",
"winston": "^3.1.0",
"winston-express": "^0.1.1"
}
}