Skip to content

Instantly share code, notes, and snippets.

@intabulas
Created February 3, 2013 20:26
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 intabulas/4703517 to your computer and use it in GitHub Desktop.
Save intabulas/4703517 to your computer and use it in GitHub Desktop.
{
"name": "AnnounceLiveServer",
"description": "server side of announcelive",
"version": "0.0.3-145",
"author": "Mark Lussier <mlussier@gmail.com>",
"domains": [
"www.announcelive.com"
],
"private": true,
"dependencies": {
"express": "2.5.8",
"connect": "1.8.5",
"mongoose": "3.5.5",
"konphyg": "1.0.5",
"opentok": "0.1.3",
"socket.io": "0.9.13",
"everyauth": "0.3.1",
"redis": "0.8.2",
"hbs": "2.0.1",
"connect-redis": "1.4.5",
"node-uuid": "1.4.0",
"async": "0.1.22",
"underscore": "1.4.4"
},
"subdomain": "announcelive",
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment