-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.09 KB
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
{
"name": "rollaascafe.github.io",
"version": "1.0.0",
"description": "Kelompok Pemrograman Perangkat Lunak D Kelas PPL C <br>\r Project Manager: Sean Anthony <br>\r System Designer: Mikli Oktarianto <br>\r System Programmer: Kukuh Satrio Bimantoro <br>\r System Analyst: Dini Aulia Hidayati <br>\r System Tester: Ahmad Zuhair Rizqi <br>",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon ./app/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rianto21/Rollaascafe.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rianto21/Rollaascafe.github.io/issues"
},
"homepage": "https://github.com/Rianto21/Rollaascafe.github.io#readme",
"dependencies": {
"cors": "^2.8.5",
"cron": "^2.0.0",
"dotenv": "^16.0.1",
"express": "^4.17.3",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongodb": "^4.5.0",
"mongoose": "^6.3.0",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.15"
}
}