Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created June 5, 2018 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/72732ab8b6d5c68c8d778daa02578ca9 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/72732ab8b6d5c68c8d778daa02578ca9 to your computer and use it in GitHub Desktop.
{
"name": "demo1",
"version": "1.0.0",
"description": "nodejs web socket demo",
"main": "server.js",
"dependencies": {
"core-js": "^2.4.1",
"express": "^4.16.2",
"socket.io": "^2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dhananjay Kumar",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment