Skip to content

Instantly share code, notes, and snippets.

@cjstewart88
Created September 18, 2012 04:50
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 cjstewart88/cfee2cdb3edcc15b3148 to your computer and use it in GitHub Desktop.
Save cjstewart88/cfee2cdb3edcc15b3148 to your computer and use it in GitHub Desktop.
{
"name": "nirc",
"version": "0.0.1",
"dependencies": {
"express": "3.0",
"ejs": "0.8.3",
"socket.io": "0.9.10"
},
"engines": {
"node": "0.8.9",
"npm": "1.1.x"
},
"subdomain": "nirc",
"scripts": {
"start": "server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment