@aarconada/urserver
Version:
Basic Server definitions to develope REST API with a node + express Server
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "@aarconada/urserver",
"version": "0.0.990",
"description": "Basic Server definitions to develope REST API with a node + express Server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"REST",
"API",
"NODE",
"SERVER"
],
"author": "Alberto Arconada Bautista",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^2.1.0",
"activedirectory": "^0.7.2",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"debug": "^3.1.0",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"express-unless": "^0.5.0",
"i18n": "^0.8.3",
"imap": "^0.8.19",
"jsonwebtoken": "^8.3.0",
"ldapjs": "*",
"lodash": "^4.17.11",
"mysql2": "^1.6.1",
"node-forge": "^0.8.0",
"nodemailer": "^4.6.8",
"redis": "2.8.0",
"sequelize": "^4.38.1",
"sequelize-views-support": "^1.2.2",
"socket.io": "^2.1.1",
"sql-where-parser": "^2.2.1"
}
}