Created
September 19, 2016 07:20
-
-
Save uorat/531ccd3ee46277047836cb34f03ba7dc to your computer and use it in GitHub Desktop.
package.json for Socket.IO sample code
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": "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