Skip to content

Instantly share code, notes, and snippets.

@nikeshashar
Created November 10, 2016 12:43
Show Gist options
  • Select an option

  • Save nikeshashar/3491da0e131e7f1b4b4ec7ee209202c0 to your computer and use it in GitHub Desktop.

Select an option

Save nikeshashar/3491da0e131e7f1b4b4ec7ee209202c0 to your computer and use it in GitHub Desktop.
{
"name": "my-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"express": "^4.14.0",
"jade": "^1.11.0",
"morgan": "^1.7.0",
"serve-favicon": "^2.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment