forked from vradars/rbf-brain-nodejs-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 Bytes
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
{
"name": "rbf-brain-nodejs-service",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"amazon-cognito-identity-js": "^3.0.15",
"aws-sdk": "^2.503.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cross-env": "^5.2.0",
"csvtojson": "^2.0.10",
"download-file": "^0.1.5",
"ejs": "^2.7.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mailcomposer": "^4.0.2",
"moment": "^2.24.0",
"ms": "^2.1.2",
"multer": "^1.4.2",
"nodemailer": "^6.3.1",
"phantom-html-to-pdf": "^0.6.0",
"phantomjs": "^2.1.7",
"shortid": "^2.2.15",
"uuid": "^3.3.2",
"webpage": "^0.3.0",
"xlsx": "^0.15.3",
"zip-archiver": "0.0.4"
}
}