Skip to content

Instantly share code, notes, and snippets.

Created June 5, 2013 22: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 anonymous/5717765 to your computer and use it in GitHub Desktop.
Save anonymous/5717765 to your computer and use it in GitHub Desktop.
{
"name": "harbhub",
"domain": "harbhub.com",
"subdomain": "harbhub",
"scripts": {
"start": "server.js"
},
"version": "0.0.2",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"mime": "~1.2.9",
"redis": "~0.8.3",
"socket.io": "~0.9.14",
},
"bundleDependencies": [
"testModule",
"testModules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment