-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
78 lines (78 loc) · 2.54 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "Baat-Cheet",
"version": "0.0.128",
"description": "An anonymous chat site",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test:watch": "mocha --watch ./tests/**/*.test.js",
"test": "mocha ./tests/**/*.test.js",
"lint": "eslint ."
},
"dependencies": {
"ejs": "^2.5.5",
"express": "^4.14.0",
"linkifyjs": "^2.1.9",
"socket.io": ">=2.4.0"
},
"engines": {
"npm": "^6.14.6",
"node": "^12.19.0"
},
"repository": {
"type": "git",
"url": "https://github.com/KamandPrompt/baat-cheet/"
},
"keywords": [
"node",
"heroku",
"express",
"KamandPrompt",
"IITMandi"
],
"author": "KamandPrompt <https://github.com/KamandPrompt/>",
"contributors": [
"abhigyank <https://github.com/abhigyank>",
"LalitNM <https://github.com/LalitNM>",
"HitRam <https://github.com/HitRam>",
"sesamechicken <https://github.com/sesamechicken>",
"aroralakshya <https://github.com/aroralakshya>",
"guptabhaskar <https://github.com/guptabhaskar>",
"Solai-Adithya <https://github.com/Solai-Adithya>",
"MonarthS <https://github.com/MonarthS>",
"Deepshikha99 <https://github.com/Deepshikha99>",
"yatharthMogra <https://github.com/yatharthMogra>",
"rs4231199 <https://github.com/rs4231199>",
"gitter-badger <https://github.com/gitter-badger>",
"Jeconias <https://github.com/Jeconias>",
"Ezio-Sarthak <https://github.com/Ezio-Sarthak>",
"99neerajsharma <https://github.com/99neerajsharma>",
"rohitgeddam <https://github.com/rohitgeddam>",
"pancreaflame <https://github.com/pancreaflame>",
"namrataaaa <https://github.com/namrataaaa>",
"laisfrigerio <https://github.com/laisfrigerio>",
"kots14 <https://github.com/kots14>",
"jketterer <https://github.com/jketterer>",
"divyashk <https://github.com/divyashk>",
"bineetNaidu <https://github.com/bineetNaidu>",
"ayush015 <https://github.com/ayush015>",
"TanmayBhosale <https://github.com/TanmayBhosale>",
"Sarthakj0805 <https://github.com/Sarthakj0805>",
"Everkers <https://github.com/Everkers>",
"DEEPA-CHERI <https://github.com/DEEPA-CHERI>",
"ChristineJ82 <https://github.com/ChristineJ82>",
"Bisane132 <https://github.com/Bisane132>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/KamandPrompt/baat-cheet/issues"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.0",
"socket.io-client": "^2.3.1"
}
}