-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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
45
46
{
"name": "ordercubic",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zivbeh/ordercubic.git"
},
"author": "Ziv Behar",
"license": "ISC",
"bugs": {
"url": "https://github.com/zivbeh/ordercubic/issues"
},
"homepage": "https://github.com/zivbeh/ordercubic#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^1.4.0",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"email-validator": "^2.0.4",
"express": "~4.16.1",
"formidable": "^2.0.1",
"fs": "0.0.1-security",
"googleapis": "^105.0.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^6.16.1",
"sequelize-cli": "^6.4.1",
"shortid": "^2.2.16",
"socket.io": "^4.5.1"
}
}