Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created March 19, 2017 14:06
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 LazyFatArrow/eda340cf22a46e4deb1fa2e4322a433a to your computer and use it in GitHub Desktop.
Save LazyFatArrow/eda340cf22a46e4deb1fa2e4322a433a to your computer and use it in GitHub Desktop.
{
"name": "rest-social-login",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start:watch": "nodemon ./bin/www.js"
},
"dependencies": {
"body-parser": "~1.13.2",
"debug": "~2.2.0",
"express": "~4.13.1",
"morgan": "~1.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment