-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1021 Bytes
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
42
{
"name": "daily-quotes",
"version": "1.0.0",
"description": "The Daily Quotes Full Stack Node.js App is likely a web application where users can view, save, or share inspirational quotes daily.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BekCodingAddict/Daily-Quotes.git"
},
"keywords": [
"Node.js",
"Express.js",
"MySQL",
"IJS",
"HTML",
"CSS",
"SSR",
"Back-end"
],
"author": "BekCodingAddict",
"license": "ISC",
"bugs": {
"url": "https://github.com/BekCodingAddict/Daily-Quotes/issues"
},
"homepage": "https://github.com/BekCodingAddict/Daily-Quotes#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.12.0",
"nodemon": "^3.1.9",
"sequelize": "^6.37.5"
}
}