-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1021 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
36
37
38
{
"name": "nodejs-webapp",
"version": "1.2.0",
"description": "NB: \r - Atlas connectivity is not available from the office network\r - If we are behind a VPN, Mongo Atlas cloud is not available as well",
"main": "app.js",
"scripts": {
"start": "set DEBUG=app* & nodemon",
"debug": "set DEBUG=* & nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sofiane Zairi",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"mongodb": "^4.7.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szairi2011/nodejs-webapp.git"
},
"keywords": [
"nodejs",
"webapp"
],
"bugs": {
"url": "https://github.com/szairi2011/nodejs-webapp/issues"
},
"homepage": "https://github.com/szairi2011/nodejs-webapp#readme"
}