app2-api/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2019-04-15 10:13:17 +00:00
{
"name": "lqdvi-api2",
"version": "1.0.0",
"description": "",
"author": "Rodax Software",
"license": "ISC",
"main": "server.js",
"scripts": {
"start": "NODE_ENV=development nodemon server.js",
2019-07-22 17:42:07 +00:00
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api2' -i 1",
2019-04-15 10:13:17 +00:00
"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": {
2019-07-24 21:03:10 +00:00
"apicache": "^1.4.0",
2019-04-15 15:58:58 +00:00
"args-list": "^0.3.3",
2019-04-15 10:13:17 +00:00
"async": "^2.6.2",
2019-04-24 21:01:54 +00:00
"bcrypt": "^3.0.6",
2019-04-15 10:13:17 +00:00
"body-parser": "^1.18.3",
"buffer": "^5.2.1",
"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",
2019-04-15 10:13:17 +00:00
"fs": "^0.0.1-security",
"fs-extra": "^7.0.1",
"helmet": "^3.16.0",
"http": "^0.0.0",
"http-status": "^1.3.2",
2019-04-24 21:01:54 +00:00
"joi": "^14.3.1",
2019-04-15 10:13:17 +00:00
"lodash": "^4.17.11",
2019-08-07 13:56:25 +00:00
"mailchimp-api-v3": "^1.12.0",
2019-04-15 10:13:17 +00:00
"method-override": "^3.0.0",
"moment": "^2.24.0",
2019-08-07 13:56:25 +00:00
"multer": "^1.4.2",
2019-07-22 09:28:04 +00:00
"mysql": "^2.17.1",
2019-07-22 09:29:24 +00:00
"mysql2": "^1.6.5",
2019-04-15 10:13:17 +00:00
"node-fetch": "^2.3.0",
"os": "^0.1.1",
"passport": "^0.4.0",
2019-07-09 12:52:22 +00:00
"passport-custom": "^1.0.5",
2019-04-24 21:01:54 +00:00
"passport-local": "^1.0.0",
2019-04-15 10:13:17 +00:00
"path": "^0.12.7",
"pino": "^4.7.1",
2019-07-28 20:08:15 +00:00
"qrcode": "^1.4.1",
2019-07-09 10:14:18 +00:00
"rand-token": "^0.4.0",
2019-07-24 21:03:10 +00:00
"redis": "^2.8.0",
2019-04-15 10:13:17 +00:00
"response-time": "^2.3.2",
2019-07-26 09:13:33 +00:00
"sequelize": "^5.6.1",
2019-07-24 21:03:10 +00:00
"vimeo": "^2.1.1",
2019-04-15 10:13:17 +00:00
"vm": "^0.1.0",
2019-08-07 13:56:25 +00:00
"winston": "^3.2.1"
2019-04-15 10:13:17 +00:00
}
}