Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpatel committed Aug 13, 2022
0 parents commit 0008a13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added app.js
Empty file.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "yelpcamp",
"version": "1.0.0",
"description": "packages for yelpcamp",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Moon Patel",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.8",
"express": "^4.18.1",
"mongoose": "^6.5.2"
}
}

0 comments on commit 0008a13

Please sign in to comment.