Blame view

package.json 1.15 KB
33ead877   Nattapon Wongpaet   first code
1
{
49559b6c   sumatek   merge
2
  "name": "hospital",
33ead877   Nattapon Wongpaet   first code
3
4
5
6
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
e57c30ae   sumatek   update get
7
    "test": "mocha unitTest",
30fb6c36   sumatek   update fixbug post
8
    "start": "npm run test && node app.js",
57d157f6   sumatek   add stats post
9
    "gentest": "mocha unitTest  && NODE_ENV=gentest node app.js"
dde61c7c   sumatek   update package
10
11
  },
  "author": "Source Code",
33ead877   Nattapon Wongpaet   first code
12
  "license": "ISC",
49559b6c   sumatek   merge
13
  "dependencies": {
33ead877   Nattapon Wongpaet   first code
14
15
16
17
    "app-module-path": "^2.2.0",
    "body-parser": "^1.18.3",
    "caller-callsite": "^3.0.0",
    "commonlog-kb": "^1.3.5",
0b6272e0   sumatek   update template
18
    "connect-flash": "^0.1.1",
33ead877   Nattapon Wongpaet   first code
19
20
21
    "connect-redis": "^3.4.0",
    "cookie-parser": "^1.4.3",
    "cross-env": "^5.2.0",
30fb6c36   sumatek   update fixbug post
22
    "express": "^4.16.4",
33ead877   Nattapon Wongpaet   first code
23
24
25
26
    "express-request-id": "^1.4.1",
    "express-session": "^1.15.6",
    "indicative": "^3.0.6",
    "ldapjs": "^1.0.2",
58b47ee8   Nattapon Wongpaet   update query mongodb
27
    "log4js": "^3.0.6",
33ead877   Nattapon Wongpaet   first code
28
    "mocha": "^5.2.0",
49559b6c   sumatek   merge
29
    "moment": "^2.22.2",
33ead877   Nattapon Wongpaet   first code
30
31
    "mongodb": "^3.1.8",
    "morgan": "^1.9.1",
33ead877   Nattapon Wongpaet   first code
32
33
34
35
    "node-json-config": "0.0.4",
    "passport": "^0.4.0",
    "passport-local": "^1.0.0",
    "passport-saml": "^0.30.0",
30fb6c36   sumatek   update fixbug post
36
    "pm2": "^3.2.2",
33ead877   Nattapon Wongpaet   first code
37
    "pm2-windows-service": "^0.2.1",
2853a670   sumatek   update log
38
    "read-text-file": "^1.1.0",
33ead877   Nattapon Wongpaet   first code
39
    "redis": "^2.8.0",
4091ab82   sumatek   update package
40
    "unirest": "^0.5.1",
33ead877   Nattapon Wongpaet   first code
41
42
    "uuid": "^3.3.2",
    "winston": "^3.1.0",