Blame view

package.json 1.18 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
    "pullpm2": "git stash && git pull && npm install && pm2 restart app.js --name=hospital ",
    "pull": "git stash && git pull && npm install && pm2 stop hospital && npm run start "
33ead877   Nattapon Wongpaet   first code
12
  },
49559b6c   sumatek   merge
13
  "author": "Source Code",
33ead877   Nattapon Wongpaet   first code
14
15
16
17
  "license": "ISC",
  "dependencies": {
    "app-module-path": "^2.2.0",
    "body-parser": "^1.18.3",
0b6272e0   sumatek   update template
18
    "commonlog-kb": "^1.3.5",
33ead877   Nattapon Wongpaet   first code
19
20
21
    "connect-flash": "^0.1.1",
    "connect-redis": "^3.4.0",
    "cookie-parser": "^1.4.3",
30fb6c36   sumatek   update fixbug post
22
    "cross-env": "^5.2.0",
33ead877   Nattapon Wongpaet   first code
23
24
25
26
    "express": "^4.16.4",
    "express-request-id": "^1.4.1",
    "express-session": "^1.15.6",
    "indicative": "^3.0.6",
58b47ee8   Nattapon Wongpaet   update query mongodb
27
    "ldapjs": "^1.0.2",
33ead877   Nattapon Wongpaet   first code
28
    "log4js": "^3.0.6",
49559b6c   sumatek   merge
29
    "mocha": "^5.2.0",
33ead877   Nattapon Wongpaet   first code
30
31
    "moment": "^2.22.2",
    "mongodb": "^3.1.8",
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
    "read-text-file": "^1.1.0",
33ead877   Nattapon Wongpaet   first code
37
    "redis": "^2.8.0",
2853a670   sumatek   update log
38
    "sqlite3": "^4.0.2",
33ead877   Nattapon Wongpaet   first code
39
    "unirest": "^0.5.1",
4091ab82   sumatek   update package
40
    "uuid": "^3.3.2"
33ead877   Nattapon Wongpaet   first code
41
42
  }
}