Skip to content

Instantly share code, notes, and snippets.

@deepal
Created February 18, 2016 17:44
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 deepal/60b8e61d0e1b8d7f660b to your computer and use it in GitHub Desktop.
Save deepal/60b8e61d0e1b8d7f660b to your computer and use it in GitHub Desktop.
{
"name": "My App",
"version": "0.0.0",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"http-auth": "~2.2.8",
"jade": "~1.11.0",
"jsonfile": "~2.2.1",
"morgan": "~1.6.1",
"nodemon": "~1.4.1",
"serve-favicon": "~2.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment