alphascript-server
Version:
CRUD operations for mongo and other functionalities to get started quickly in any CMS project
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "alphascript-server",
"version": "0.2.24",
"description": "CRUD operations for mongo and other functionalities to get started quickly in any CMS project",
"main": "index.js",
"scripts": {},
"author": "João Lourenço <joao.lourenco@alphascript.pt>",
"license": "MIT",
"dependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"convert-units": "^2.3.2",
"cron": "^1.3.0",
"ejs": "^2.5.7",
"email-templates": "^2.7.1",
"express": "^4.16.2",
"formidable": "^1.1.1",
"html-pdf": "^2.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"mongoose": "^4.13.10",
"node-xlsx": "^0.11.2",
"nodemailer": "^4.4.1",
"nodemailer-html-to-text": "^2.1.0",
"object-path": "^0.11.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pdfkit": "^0.8.3",
"q": "^1.5.1",
"rand-token": "^0.4.0",
"validator": "^9.4.0",
"voilab-pdf-table": "^0.4.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.1.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1"
}
}