-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 983 Bytes
/
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
{
"name": "docucare",
"version": "1.0.0",
"description": "An electronic medical records (EMR) application.",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anle9650/DocuCare.git"
},
"author": "Andy Le",
"license": "ISC",
"bugs": {
"url": "https://github.com/anle9650/DocuCare/issues"
},
"homepage": "https://github.com/anle9650/DocuCare#readme",
"dependencies": {
"axios": "^0.21.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"http-status-codes": "^2.1.4",
"method-override": "^3.0.0",
"mongoose": "^5.12.9",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.1.0",
"vue": "^2.6.12",
"vue-axios": "^3.2.4"
},
"start": "nodemon"
}