-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
{
"name": "cbmanager",
"version": "1.0.0",
"description": "cbmanager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "CodeBlank",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.10",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-flash": "0.0.2",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"hbs": "^4.1.2",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.13",
"nodejs-base64": "^2.0.0",
"nodemon": "^2.0.15",
"noty": "^3.2.0-beta-deprecated",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"querystring": "^0.2.1",
"socket.io": "^4.4.0",
"uuid": "^8.3.2",
"uuid4": "^2.0.2"
},
"devDependencies": {},
"keywords": []
}