Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@uorat
Created September 19, 2016 07:20
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 uorat/531ccd3ee46277047836cb34f03ba7dc to your computer and use it in GitHub Desktop.
Save uorat/531ccd3ee46277047836cb34f03ba7dc to your computer and use it in GitHub Desktop.
package.json for Socket.IO sample code
{
"name": "socket.io-sample-code",
"version": "1.0.0",
"description": "Sample code for Socket.IO",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://gist.github.com/uorat/"
},
"author": "uorat",
"license": "ISC",
"dependencies": {
"socket.io": "^1.4.8"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment