35 lines
778 B
JSON
35 lines
778 B
JSON
{
|
|
"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": {
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.3",
|
|
"mongodb": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.18.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js"
|
|
},
|
|
"engines": {
|
|
"node": "8.4.0"
|
|
}
|
|
}
|