-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 768 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 768 Bytes
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
{
"name": "first_project",
"version": "1.0.0",
"description": "user interface",
"main": "index.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [
"user",
"user_interface"
],
"author": "anas",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cordova": "^12.0.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http": "^0.0.1-security",
"jquery": "^3.7.1",
"mongoose": "^7.4.4",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.8",
"nodemon": "^3.0.1",
"prompt-sync": "^4.2.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"xoauth2": "^1.2.0"
}
}