Created
April 8, 2018 09:56
-
-
Save muhsin-k/2ea28b8227b7837fdb1afe324b808480 to your computer and use it in GitHub Desktop.
URL-Shortener
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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