Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kmehant committed Jun 17, 2019
1 parent 3d0da7f commit 7add03f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions containers/javascript-node-lts-postgres/test-project/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "docker web app",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "First Last <email address>",
"description": "Node JS + Postgres",
"dependencies": {
"bluebird": "^3.5.5",
"express": "^4.17.1",
"pg-promise": "^8.7.2"
}
}

0 comments on commit 7add03f

Please sign in to comment.