-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.43 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.43 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.11",
"amazon-ses": "0.0.3",
"amqplib": "^0.5.2",
"archiver": "^2.1.1",
"aws-sdk": "^2.252.1",
"base-64": "^0.1.0",
"basic-auth": "^2.0.0",
"bcp": "^0.2.2",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"busboy": "^0.2.14",
"bwip-js": "^1.6.3",
"camelcase": "^5.0.0",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"connect-pg-simple": "^5.0.0",
"cors": "^2.8.4",
"cron": "^1.3.0",
"crypto-js": "^3.1.9-1",
"csv-parse": "^2.4.1",
"csvtojson": "^2.0.3",
"excel4node": "^1.3.6",
"exceljs": "^1.4.10",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-xml-bodyparser": "^0.3.0",
"file-stream-rotator": "^0.2.1",
"formidable": "^1.2.1",
"generate-password": "^1.4.0",
"geoip-lite": "^1.2.1",
"handlebars": "^4.0.11",
"heapdump": "^0.3.9",
"helmet": "^3.12.1",
"html-pdf": "^2.2.0",
"html-to-text": "^4.0.0",
"https": "^1.0.0",
"iz": "^2.2.4",
"js-yaml": "^3.12.0",
"js2xmlparser": "^3.0.0",
"json2csv": "^4.1.3",
"json2xls": "^0.1.2",
"jsonschema": "^1.2.4",
"luhn": "^2.1.0",
"merge-img": "^2.1.2",
"mime-types": "^2.1.18",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.17",
"mongodb": "^3.0.10",
"mssql": "^4.1.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"node-redshift": "^0.1.5",
"nodemailer": "^4.6.5",
"nodemailer-smtp-transport": "^2.7.4",
"number-to-words": "^1.2.3",
"object-sizeof": "^1.2.0",
"pdfkit": "^0.8.3",
"pg": "^7.4.3",
"postgres-bytea": "^1.0.0",
"pug": "^2.0.3",
"q": "^1.5.1",
"redis": "^2.8.0",
"request": "^2.87.0",
"s3": "^4.4.0",
"shelljs": "^0.8.2",
"should": "^13.2.1",
"soap": "^0.24.0",
"socket.io": "^2.1.1",
"sqs-consumer": "^3.8.0",
"standard": "^11.0.1",
"supertest": "^3.1.0",
"swagger-ui-express": "^3.0.9",
"underscore": "^1.9.1",
"validator": "^10.3.0",
"x2js": "^3.2.1",
"xls-to-json": "^0.5.0",
"xlsx": "^0.13.0",
"xlsx-to-json-depfix": "^0.2.6",
"xml": "^1.0.1",
"xml-objtree": "^0.24.2",
"xml2js": "^0.4.19"
}
}