Built motion from commit 87cd5f02.|2.5.48
[motion2.git] / package.json
index cdabd02..c5310d8 100644 (file)
@@ -1,10 +1,10 @@
 {
   "name": "motion",
-  "version": "2.5.4",
+  "version": "2.5.48",
   "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.",
   "main": "server/app.js",
   "engines": {
-    "node": "6.10.3"
+    "node": "6.17.1"
   },
   "repository": {
     "type": "git",
   },
   "author": "xCALLY Team",
   "contributors": [
-    "Giuseppe Careri <giuseppe.careri@xcally.com>",
+    "Giuseppe Careri <giuseppe.careri@xenialab.it>",
     "Daniele Cinti <daniele.cinti@xcally.com>",
     "Innocenzo Biondo <innocenzo.biondo@xcally.com>",
-    "Massimiliano Bungaro <massimiliano.bungaro@xcally.com>",
-    "Andrea Bianco <andrea.bianco@xcally.com>",
-    "Fabio Lodato <fabio.lodato@xcally.com>",
-    "Andrea Cuccaro <andrea.cuccaro@xcally.com>",
+    "Massimiliano Bungaro <massimiliano.bungaro@xenialab.it>",
+    "Andrea Bianco <andrea.bianco@xenialab.it>",
+    "Fabio Lodato <fabio.lodato@xenialab.it>",
+    "Andrea Cuccaro <andrea.cuccaro@xenialab.it>",
     "Donatella Soldi <donatella.soldi@xcally.com>",
     "Afnan Imtiaz <afnan.imtiaz@xcally.com>",
     "Cristian Di Sclafani <cristian.disclafani@xcally.com>",
     "Marco Giraldi <marco.giraldi@xenialab.it>",
     "Giulia Trombin <giulia.trombin@xenialab.it>",
-    "Cristopher Fasolin <cristopher.fasolin@xcally.com>",
-    "Marco Messina <marco.messina@xcally.com>",
-    "Vito Macchia <vito.macchia@xcally.com>"
+    "Cristopher Fasolin <cristopher.fasolin@xenialab.it>",
+    "Marco Messina <marco.messina@xenialab.it>",
+    "Vito Macchia <vito.macchia@xenialab.it>",
+    "Marco Lecce <marco.lecce@xenialab.it>",
+    "Rodolfo Bevione <rodolfo.bevione@xenialab.it>",
+    "Andrea Amorese <andrea.amorese@xenialab.it>",
+    "Valerio Cietto <valerio.cietto@xenialab.it>"
   ],
   "private": true,
   "license": "EULA",
   "scripts": {
     "start": "nodemon server/app.js",
+    "js-beautify": "js-beautify `node -p \"require('glob').sync('./**/*.{js,html}', { nodir: true, ignore: ['./node_modules/**', './client/bower_components/**', './bower_components/**', './client/assets/**', './snippet/**', './dist/**', './.tmp/**'] }).join('\\n')\"`",
+    "eslint:check": "eslint .",
+    "eslint:fix": "eslint --fix .",
+    "prettier:check": "prettier --check './**/*'",
+    "prettier:write": "prettier --write './**/*'",
+    "format-all": "npm run js-beautify && npm run prettier:write",
     "test": "mocha server/test --timeout 5000"
   },
   "dependencies": {
+    "activedirectory2": "2.1.0",
     "apiai-promise": "github:gcareri/apiai-promise",
     "archiver": "2.1.1",
     "asterisk-manager": "0.1.16",
     "aws-sdk": "2.610.0",
+    "beaver-logger": "3.0.19",
     "bimedia-machine-uuid": "1.0.1",
     "bluebird": "3.7.2",
     "body-parser": "1.19.0",
@@ -50,6 +62,7 @@
     "crypto-js": "3.1.9-1",
     "cron-job-manager": "1.0.7",
     "desk.js": "0.1.4",
+    "dialogflow": "0.8.2",
     "ejs": "2.7.4",
     "eml-format": "0.5.0",
     "entities": "1.1.2",
     "express-winston": "2.6.0",
     "extract-zip": "1.7.0",
     "fast-json-patch": "1.2.2",
+    "fs-extra": "8.1.0",
     "google-tts-api": "github:xmdevelop/google-tts",
-    "html-pdf": "2.2.0",
+    "grpc": "1.24.6",
+    "html-entities": "2.3.2",
+    "html-to-pdfmake": "^2.1.7",
     "html-to-text": "4.0.0",
     "iconv": "2.3.5",
     "imap": "0.8.19",
     "ioredis": "4.17.3",
     "ipaddr.js": "1.9.1",
     "jayson": "2.1.2",
+    "jsdom": "12.0.0",
     "jsforce": "1.9.3",
     "json2xls": "github:xmdevelop/json2xls",
     "jsonwebtoken": "7.4.3",
     "jstz": "1.0.11",
+    "juice": "6.0.0",
     "kue": "0.11.6",
     "lodash": "4.17.20",
     "lusca": "1.6.1",
     "sequelize": "3.35.1",
     "serve-favicon": "2.5.0",
     "simple-git": "1.132.0",
-    "socket.io": "2.2.0",
+    "socket.io": "2.1.1",
     "socket.io-emitter": "3.1.1",
     "socket.io-redis": "5.2.0",
     "socketio-jwt": "4.5.0",
     "apidoc": "0.24.0",
     "chai": "3.5.0",
     "chai-http": "3.0.0",
+    "eslint": "^5.16.0",
+    "eslint-plugin-node": "^8.0.1",
     "grunt": "1.0.4",
     "grunt-angular-templates": "1.2.0",
     "grunt-apidoc": "0.11.0",
     "grunt-sass": "1.2.1",
     "grunt-usemin": "3.1.1",
     "grunt-version": "1.3.2",
+    "js-beautify": "1.10.3",
     "js-obfuscator": "0.1.2",
     "load-grunt-config": "0.19.2",
     "mocha": "3.5.3",
+    "prettier": "^1.19.1",
     "time-grunt": "1.4.0"
   }
 }