-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
53 lines (53 loc) · 1.31 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
52
53
{
"name": "miaou",
"version": "1.2.0",
"license": "MIT",
"description": "A node based chat server",
"repository": {
"type": "git",
"url": "https://github.com/Canop/miaou"
},
"dependencies": {
"@passport-next/passport-google-oauth2": "github:passport-next/passport-google-oauth2",
"bluebird": "^3.7.2",
"body-parser": ">=1.5.2",
"bounded-cache": ">=0.0.0",
"busboy": "^0.3.0",
"cheerio": ">=0.13.1",
"compression": "^1.7.4",
"connect-redis": "^3.4.1",
"cookie-parser": "^1.4.5",
"double-ended-queue": "2.1.0-0",
"express": ">=3.4.0",
"express-session": "^1.17.1",
"file-archive": "^0.1.0",
"file-type": "10.9.0",
"follow-redirects": "^1.13.0",
"graceful-fs": "^4.1.15",
"iconv-lite": "^0.6.2",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"passport-oauth": ">=1.0.0",
"passport-reddit": ">=0.2.4",
"pg": "^8.13",
"phantom": "^4.0.12",
"pug": "^3.0.0",
"redis": ">=0.9.1",
"request": ">=2.34.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.3.1",
"web-push": "^3.4.4"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "sh start.sh"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"globals": "^15.12.0"
}
}