Skip to content

Instantly share code, notes, and snippets.

@muhsin-k
Created April 8, 2018 09:56
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 muhsin-k/2ea28b8227b7837fdb1afe324b808480 to your computer and use it in GitHub Desktop.
Save muhsin-k/2ea28b8227b7837fdb1afe324b808480 to your computer and use it in GitHub Desktop.
URL-Shortener
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "nodemon index.js "
},
"dependencies": {
"express": "^4.16.3",
"mongoose": "^5.0.12",
"shortid": "^2.2.8",
"valid-url": "^1.0.9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment