Skip to content

Instantly share code, notes, and snippets.

@evaporei
Created June 25, 2018 03:38
Show Gist options
  • Save evaporei/0daeebb8a29bab5461d7eb04cf0436cf to your computer and use it in GitHub Desktop.
Save evaporei/0daeebb8a29bab5461d7eb04cf0436cf to your computer and use it in GitHub Desktop.
graceful-shutdown/package.json
{
"name": "graceful-shutdown",
"version": "1.0.0",
"description": "Example of graceful shutdown of web server! :)",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Otávio Pace",
"license": "ISC",
"dependencies": {
"express": "4.16.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment