-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
51
{
"name": "mcscop",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"ajv": "^6.12.6",
"bcrypt": "^5.0.1",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"express-session": "^1.17.2",
"file-type": "^12.4.2",
"ldap-authentication": "^2.2.7",
"mongodb": "^3.6.9",
"multer": "^1.4.2",
"pug": "^3.0.2",
"read-chunk": "^3.2.0",
"recursive-readdir": "^2.2.2",
"rich-text": "^4.0.0",
"sharedb": "^1.8.1",
"sharedb-mongo": "^1.0.0-beta.17",
"sharedb-string-binding": "^1.0.0",
"websocket-json-stream": "^0.0.3",
"ws": "^7.4.6",
"xss-filters": "^1.2.7"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psmitty7373/copper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/psmitty7373/mcscop/issues"
},
"homepage": "https://github.com/psmitty7373/mcscop#readme",
"optionalDependencies": {
"bufferutil": "^4.0.1"
}
}