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
|
{
"name": "admportal",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.5.0",
"body-parser": "~1.8.1",
"bootstrap": "^3.3.6",
"bootstrap-submenu": "^2.0.3",
"bootstrap-table": "^1.9.1",
"cookie-parser": "~1.3.3",
"crypto": "^1.0.1",
"csurf": "^1.10.0",
"csv": "^0.4.1",
"csvtojson": "^0.5.3",
"dateformat": "^1.0.11",
"debug": "~2.0.0",
"dns-sync": "~0.1.3",
"ejs": "~0.8.5",
"express": "~4.9.0",
"express-sanitizer": "^1.0.5",
"express-session": "^1.10.1",
"fs.extra": "^1.3.2",
"lodash": "^3.8.0",
"moment": "^2.13.0",
"morgan": "~1.3.0",
"multer": "^1.1.0",
"mysql": "^2.5.4",
"node-uuid": "^1.4.7",
"path": "^0.12.7",
"properties-reader": "0.0.9",
"sax": "^0.6.1",
"serve-favicon": "~2.1.3",
"xml2js": "^0.4.5"
}
}
|