-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
47
48
49
50
{
"name": "marke-alerts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter spec"
},
"author": "",
"license": "ISC",
"dependencies": {
"activedirectory": "^0.7.2",
"async": "^2.6.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.3",
"body-parser": "^1.17.1",
"bull": "^3.18.0",
"chai": "^4.2.0",
"colors": "^1.3.3",
"connect-redis": "^3.4.0",
"cors": "^2.8.5",
"cron": "^1.6.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-body-parser-json-error": "^0.1.0",
"express-session": "^1.15.3",
"facter": "^0.1.1",
"firebase-admin": "^8.8.0",
"get-json": "^1.0.1",
"googleapis": "^45.0.0",
"ioredis": "^4.3.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.19",
"mocha": "^5.2.0",
"moment-timezone": "^0.5.23",
"mongoose": "^4.13.17",
"mssql": "^4.3.0",
"newrelic": "^4.12.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"prompt": "^1.0.0",
"pushy": "^2.0.4",
"ramda": "^0.26.1",
"readline-sync": "^1.4.9",
"single-line-log": "^1.1.2",
"socket.io": "^2.2.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
}
}