Skip to content

Instantly share code, notes, and snippets.

@nickfox
Created June 23, 2014 19:47
Show Gist options
  • Save nickfox/b849538f89c15998fe25 to your computer and use it in GitHub Desktop.
Save nickfox/b849538f89c15998fe25 to your computer and use it in GitHub Desktop.
{
"name": "sunsetvote",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"jade": "~1.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment