lolo-backend
Version:
Lolo Backend is a REST Framework and provides an automatic asynchronous CRUD backend server generator based on your models' definitions and validation rules for Node.js and MongoDB.
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "lolo-backend",
"version": "2.2.1",
"description": "Lolo Backend is a REST Framework and provides an automatic asynchronous CRUD backend server generator based on your models' definitions and validation rules for Node.js and MongoDB.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Lolo",
"Asynchronous",
"Async",
"CRUD",
"RESTful",
"REST",
"Backend",
"API",
"NodeJS",
"MongoDB",
"JWT",
"Token",
"HTTP",
"HTTPS",
"SSL"
],
"author": "Camilo Pifano Herrera <camilopifano@gmail.com>",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"js-yaml": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.1",
"path": "^0.12.7"
}
}