Skip to content

Instantly share code, notes, and snippets.

@AdrianRossouw
Created November 10, 2012 14:12
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 AdrianRossouw/dd6cf51849001f26652b to your computer and use it in GitHub Desktop.
Save AdrianRossouw/dd6cf51849001f26652b to your computer and use it in GitHub Desktop.
{
"name": "nko3-nodesque",
"version": "0.0.1-5",
"description": "Nodesque",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:nko3/nodesque.git"
},
"dependencies": {
"underscore": "~1.4.2",
"backbone": "~0.9.2",
"express": "~3.0.2",
"socket.io": "~0.9.11",
"session.socket.io": "~0.1.2",
"redis": "~0.8.2"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "nodesque.nko3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment