forked from KendallDoesCoding/youtubers-birthdays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 837 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
{
"name": "youtubers-birthdays",
"version": "1.0.0",
"description": "This project includes code for a website with a table with information about YouTube channels and their statistics. The table four columns: Channel Name, Date Created, Subscribers, and Views. Each row represents a different channel and its corresponding statistics. The code also includes a pagination feature with buttons to navigate between pages of the table.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js "
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mongoose": "^7.5.0",
"nodemon": "^3.0.1"
}
}