Skip to content

Instantly share code, notes, and snippets.

@ThunderWiring
Created July 14, 2018 12:07
Show Gist options
  • Save ThunderWiring/e3d5c9b705952df948d5669f7415127c to your computer and use it in GitHub Desktop.
Save ThunderWiring/e3d5c9b705952df948d5669f7415127c to your computer and use it in GitHub Desktop.
{
"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