Built motion from commit 9d1906d1.|2.5.40
[motion2.git] / package.json
index 8e477c5..9c90b76 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "motion",
-  "version": "2.5.38",
+  "version": "2.5.40",
   "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.",
   "main": "server/app.js",
   "engines": {
     "Vito Macchia <vito.macchia@xenialab.it>",
     "Marco Lecce <marco.lecce@xenialab.it>",
     "Rodolfo Bevione <rodolfo.bevione@xenialab.it>",
-    "Andrea Amorese <andrea.amorese@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/**', './server/files/**'] }).join('\\n')\"`",
+    "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 './**/*'",
@@ -44,6 +45,7 @@
     "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",
@@ -57,8 +59,8 @@
     "connect-timeout": "1.9.0",
     "cookie-parser": "1.4.5",
     "cors": "2.8.5",
-    "cron-job-manager": "1.0.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",
     "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",