app2-api/package.json
2019-08-15 23:44:09 +02:00

73 lines
1.8 KiB
JSON

{
"name": "lqdvi-api2",
"version": "1.0.0",
"description": "",
"author": "Rodax Software",
"license": "ISC",
"main": "server.js",
"scripts": {
"start": "NODE_ENV=development nodemon server.js",
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api2' -i 1",
"lint": "eslint **/*.js --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@wopr.rodax-software.com:lqdvi/app2-api.git"
},
"devDependencies": {
"eslint": "^4.3.0",
"nodemon": "^1.18.9"
},
"dependencies": {
"apicache": "^1.4.0",
"args-list": "^0.3.3",
"async": "^2.6.2",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"buffer": "^5.2.1",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.16.4",
"express-validation": "^1.0.2",
"firebase-admin": "^8.1.0",
"fs": "^0.0.1-security",
"fs-extra": "^7.0.1",
"helmet": "^3.16.0",
"http": "^0.0.0",
"http-status": "^1.3.2",
"image-type": "^4.1.0",
"joi": "^14.3.1",
"lodash": "^4.17.11",
"mailchimp-api-v3": "^1.12.0",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"node-fetch": "^2.3.0",
"node-mailjet": "^3.3.1",
"os": "^0.1.1",
"passport": "^0.4.0",
"passport-custom": "^1.0.5",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pino": "^4.7.1",
"qrcode": "^1.4.1",
"rand-token": "^0.4.0",
"redis": "^2.8.0",
"response-time": "^2.3.2",
"safename": "^1.0.2",
"sanitize-filename": "^1.6.2",
"sequelize": "^5.6.1",
"sharp": "^0.23.0",
"unique-file-name": "^1.0.0",
"vimeo": "^2.1.1",
"vm": "^0.1.0",
"winston": "^3.2.1"
}
}