Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mbrevoort
Created June 6, 2013 15:01
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 mbrevoort/e2ff10bbb82d6e923cf2 to your computer and use it in GitHub Desktop.
Save mbrevoort/e2ff10bbb82d6e923cf2 to your computer and use it in GitHub Desktop.
{
"version": "0.0.1-1",
"description": "Hackathon App",
"main": "server.js",
"dependencies": {
"express": "~3.2.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": "",
"author": "Mike Brevoort",
"license": "None",
"subdomain": "ClassCrowd",
"engines": {
"node": "0.10.x"
},
"name": "ClassCrowd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment