Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Forked from mikemorris/gist:3419951
Created August 21, 2012 22: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 blakmatrix/3419969 to your computer and use it in GitHub Desktop.
Save blakmatrix/3419969 to your computer and use it in GitHub Desktop.
{
"name": "node",
"subdomain": "nclud",
"scripts": {
"start": "server.js"
},
"version": "0.1.0-70",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"socket.io": "0.9.x",
"redis": "0.7.x"
},
"bundleDependencies": ["redis"],
"analyze" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment