-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 982 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": "personal_reading_page",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"eslint": "^8.30.0",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"mongodb": "^4.9.0",
"mongoose": "^6.6.5",
"morgan": "^1.10.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mariahlaqua/reading-page.git"
},
"bugs": {
"url": "https://github.com/mariahlaqua/reading-page/issues"
},
"homepage": "https://github.com/mariahlaqua/reading-page#readme",
"description": "Google Books API integrated with MongoDb to created a personalized reading page"
}