Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbnewton31080 committed Jun 20, 2022
1 parent 9e1428c commit ff7fec8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "foobar",
"version": "1.0.0",
"dependencies": {
"chalk": "^1.1.3"
"chalk": "^1.1.3",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.4.2",
"ejs-locals": "^1.0.2",
"express": "~4.13.1",
"express-session": "^1.13.0",
"log4js": "^0.6.36",
"morgan": "~1.6.1",
"pg-promise": "^4.4.6",
"serve-favicon": "~2.3.0"
}
}

0 comments on commit ff7fec8

Please sign in to comment.