Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2013 21:43
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 anonymous/4463845 to your computer and use it in GitHub Desktop.
Save anonymous/4463845 to your computer and use it in GitHub Desktop.
{
"name": "Ballychat",
"description": "Web multi-room chat server and client ready to use.",
"version": "0.3.2-15",
"dependencies": {
"express": "3.0.5",
"connect": "2.7.1",
"jade": "0.27.7",
"socket.io": ">=0.9.7",
"redis": ">= 0.7.2",
"connect-redis": "1.4.5",
"passport": ">= 0.1.x",
"passport-github": ">= 0.1.x",
"url": "0.7.9",
"cookie": "0.0.5",
"nconf": "0.6.7",
"delivery": "0.0.3",
"knox": "0.4.6",
"mime": "1.2.7"
},
"devDependencies": {
"nodemon": "*"
},
"subdomain": "ballychat",
"scripts": {
"start": "app.js"
},
"env": {
"REDISTOGO_URL": "redis://:HgkK3QtKVW5VYzUv1niPrVkQ6quNOHSAgAYoKdOL3dJpZcSO234zHeXKO015yqvO@node-01b81d9994ac9d75e.openredis.com:10884/",
"GITHUB_CALLBACK": "https://ballychat.jit.su/auth/github/callback",
"HUBOT_NAME": "Ballybot",
"GITHUB_SECRET": "fbae5926d76770187df791ada43a6c29fdbcd460",
"HUBOT_ADDRESS": "165.225.130.240,165.225.130.241,165.225.131.4,165.225.131.5,165.225.129.253,165.225.130.235,165.225.130.237,165.225.130.238,165.225.130.239,205.237.179.142",
"GITHUB_CONSUMER": "2764e2873903894ee53e",
"AWS_KEY": "AKIAJFRQYP2XPAPMEMOA",
"AWS_SECRET": "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",
"AWS_BUCKET": "ballychat",
"SESSION_KEY": "ballychat",
"PORT": "8080"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment