Skip to content

Instantly share code, notes, and snippets.

@garbados
Created July 11, 2012 17:52
Show Gist options
  • Save garbados/3092012 to your computer and use it in GitHub Desktop.
Save garbados/3092012 to your computer and use it in GitHub Desktop.
packages.json
{
"name": "RedBull",
"description": "Testing environment for Pusher",
"version": "0.0.1",
"dependencies": {
"express": "2.x",
"express-messages": "x",
"redis": "0.x",
"socket.io": "0.x",
"underscore": "1.x",
"colors": "0.x",
"mongoose": "2.x",
"jade": "0.20.x",
"q": "x",
"nodemailer": "x",
"request": "x",
"mongodb": "",
"revalidator": "",
"forever": "0.x",
"passport": "x",
"passport-local": "x",
"passport-facebook": "0.1.x",
"passport-twitter": "0.1.x",
"connect-gzip": "x",
"less": "git://github.com/signedon/less.js.git",
"connect-redis": "1.x",
"bcrypt": "0.x",
"facebook-js": "1.x",
"ntwitter": "x"
},
"subdomain": "redbull.signedon",
"scripts": {
"start": "node ./server/app.js"
},
"engines": "0.6.19"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment