Skip to content

Instantly share code, notes, and snippets.

@dylanlott
Created October 30, 2016 19:40
Show Gist options
  • Save dylanlott/03a8657ab12812e95ac1d846c5279145 to your computer and use it in GitHub Desktop.
Save dylanlott/03a8657ab12812e95ac1d846c5279145 to your computer and use it in GitHub Desktop.
package.json example for Docker tutorials
{
"name": "myapp",
"version": "1.0.0",
"description": "Docker tutorial my-app",
"main": "hello-world.js",
"scripts": {
"start": "node hello-world.js"
},
"author": "Your Name Here",
"license": "ISC",
"dependencies": {
"express": "^4.13.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment