-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 914 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
{
"name": "patientdoctorii",
"version": "1.0.0",
"description": "Advanced Internet Programming's Project\u001b[1;5D\u001b[C\u001b[1;5C\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5B\u001b[1;5C\u001b[1;5C\u001b[1;5C\u001b[1;5C\u001b[1;5C\u001b[1;5C\u001b[1;5C: Patient Doctor App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gharaibeh/PatientDoctorII.git"
},
"keywords": [
"PatientDoctorII"
],
"author": "Hasan Gharaibeh & Arsedian Ivanurrahman",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gharaibeh/PatientDoctorII/issues"
},
"homepage": "https://github.com/Gharaibeh/PatientDoctorII#readme",
"dependencies": {
"ejs": "^2.5.7",
"express": "^4.15.4",
"sqlite3": "^3.1.9"
}
}