-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "mediyantra-app",
"version": "1.0.0",
"description": "MediYantra",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app",
"dev": "cross-env NODE_ENV=development nodemon app.js"
},
"keywords": [],
"author": "Vineet Ranjan (darkpanda08)",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"mongoose": "^6.1.6",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"engines": {
"node": "10.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkpanda08/MediYantra-Heath-Service.git"
},
"bugs": {
"url": "https://github.com/darkpanda08/MediYantra-Heath-Service/issues"
},
"homepage": "https://github.com/darkpanda08/MediYantra-Heath-Service#readme"
}