UIAngular/Server/src/package.json

23 lines
473 B
JSON

{
"name": "ofb_angular",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.1",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"express": "^4.15.4",
"moment-timezone": "^0.5.13",
"multer": "^1.3.0",
"mysql": "^2.14.1",
"nodemailer": "^4.1.0"
}
}