framez-server/package.json

23 lines
488 B
JSON

{
"name": "framez-back",
"version": "1.0.0",
"description": "",
"main": "framez-server.js",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"mongoose": "^5.0.16",
"socket.io": "^2.1.0",
"uuid": "^3.2.1",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^3.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}