Created
September 15, 2012 14:23
-
-
Save cclough/3728181 to your computer and use it in GitHub Desktop.
package.json for roulette_server@cclough
This file contains hidden or 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": "roulette_server", | |
"description": "example chat application with socket.io", | |
"version": "0.0.1-1", | |
"dependencies": { | |
"express": "2.4.6", | |
"socket.io": "0.8.4" | |
}, | |
"subdomain": "cclough.roulette_server", | |
"scripts": { | |
"start": "" | |
}, | |
"engines": { | |
"node": "0.8.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment