Blame view

ais-structure/package.json 834 Bytes
ba477a68   Nattapon Wongpaet   change structure ...
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "SRFc",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.18.3",
12bd6d2e   Nattapon Wongpaet   update package
14
    "commonlog-kb": "^1.0.1",
ba477a68   Nattapon Wongpaet   change structure ...
15
16
17
18
19
20
21
22
23
    "cookie-parser": "^1.4.3",
    "express": "^4.16.3",
    "express-jwt": "^5.3.1",
    "express-load": "^1.1.16",
    "fs": "0.0.1-security",
    "http": "0.0.0",
    "https": "^1.0.0",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.10",
12bd6d2e   Nattapon Wongpaet   update package
24
25
    "log4js": "^3.0.4",
    "memory-cache": "^0.2.0",
ba477a68   Nattapon Wongpaet   change structure ...
26
27
28
29
30
31
    "moment": "^2.22.2",
    "morgan": "^1.9.0",
    "passport": "^0.4.0",
    "passport-local": "^1.0.0",
    "path": "^0.12.7",
    "request": "^2.87.0",
12bd6d2e   Nattapon Wongpaet   update package
32
    "request-promise": "^4.2.2",
ba477a68   Nattapon Wongpaet   change structure ...
33
34
35
36
    "uuid": "^3.3.2",
    "xml-js": "^1.6.7"
  }
}