Created
July 3, 2019 19:39
-
-
Save kmaher9/8805e7a7271b2c81de302fb033c5574e to your computer and use it in GitHub Desktop.
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": "backend", | |
"version": "1.0.0", | |
"description": "a custom backend for a file upload website", | |
"main": "server.js", | |
"scripts": { | |
"serve": "nodemon ." | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/kmaher9/mdrive.git" | |
}, | |
"keywords": [ | |
"drive", | |
"file", | |
"upload", | |
"storage" | |
], | |
"author": "Kieran Maher", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/kmaher9/mdrive/issues" | |
}, | |
"homepage": "https://github.com/kmaher9/mdrive#readme", | |
"dependencies": { | |
"body-parser": "^1.19.0", | |
"busboy": "^0.3.1", | |
"connect-busboy": "0.0.2", | |
"connect-mongo": "^3.0.0", | |
"express": "^4.17.1", | |
"express-session": "^1.16.2", | |
"express-validator": "^6.1.1", | |
"formidable": "^1.2.1", | |
"moment": "^2.24.0", | |
"mongoose": "^5.6.2", | |
"morgan": "^1.9.1", | |
"node-pre-gyp": "^0.13.0", | |
"nodemon": "^1.19.1", | |
"validator": "^11.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment