Created
June 25, 2018 03:38
-
-
Save evaporei/0daeebb8a29bab5461d7eb04cf0436cf to your computer and use it in GitHub Desktop.
graceful-shutdown/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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