-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 KB
/
package.json
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
46
{
"name": "exam",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/rwgl"
},
"dependencies": {
"async": "*",
"body-parser": "~1.13.2",
"captchapng": "*",
"child_process": "*",
"cli-table": "^0.3.1",
"connect-mongo": "*",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"eventproxy": "*",
"excel-export": "~0.5.1",
"express": "~4.13.1",
"express-session": "*",
"formidable": "~1.0.17",
"fs-extra": "~0.26.7",
"hbs": "~3.1.0",
"i18n": "*",
"iconv-lite": "*",
"log4js": "^0.6.33",
"log4js-node-mongodb": "^1.0.0",
"memcached": "*",
"mongoose": "*",
"mongoose-pages": "*",
"morgan": "~1.6.1",
"multer": "^0.1.6",
"mysql": "*",
"node-cron": "*",
"node-uuid": "~1.4.6",
"node-xlsx": "~0.6.0",
"nodemailer": "~2.3.0",
"require-directory": "^2.1.1",
"serve-favicon": "~2.3.0",
"soap": "*",
"ueditor": "^1.0.0",
"uuid": "^3.1.0",
"xml2js": "*",
"xss": "*"
}
}