-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 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
37
{
"name": "chathost",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": {
"type": "git",
"url": "git://github.com:frontporch/cm-enabler.git"
},
"private": true,
"dependencies": {
"assert": "*",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "*",
"emojione": "^4.5.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"file-type": "16.4.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongodb": "^4.6.0",
"multer": "^1.4.4",
"mysql": "*",
"nocache": "^3.0.3",
"request": "*",
"swagger-ui-express": "^4.4.0",
"uuid": "*",
"winston": "^3.7.2",
"winston-cloudwatch": "^6.0.0"
}
}