basic setup with web page setup and need db connection
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "file-upload-server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/talksik/file-upload-server.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/talksik/file-upload-server/issues"
|
||||
},
|
||||
"homepage": "https://github.com/talksik/file-upload-server#readme",
|
||||
"dependencies": {
|
||||
"express": "^4.16.3",
|
||||
"mongodb": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.18.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user