Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2013 12:57
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/4517996 to your computer and use it in GitHub Desktop.
Save anonymous/4517996 to your computer and use it in GitHub Desktop.
{
"name": "LiFlow",
"description": "activities tracker and planner",
"version": "0.1.0",
"dependencies": {
"express": "3.x",
"mongodb": "1.x",
"socket.io": "0.x"
},
"engines": {
"node": "0.8.4",
"npm": "1.1.49"
},
"subdomain": "liflow",
"scripts": {
"start": "server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment