Created
July 14, 2018 12:07
-
-
Save ThunderWiring/e3d5c9b705952df948d5669f7415127c to your computer and use it in GitHub Desktop.
This file contains 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": "httpserver", | |
"description": "", | |
"main": "server.js", | |
"scripts": { | |
"test": "start", | |
"start": "node server.js" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"body-parser": "^1.18.3", | |
"express": "^4.16.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment