Built motion from commit 9d7072cc.|2.5.39
[motion2.git] / package.json
index cc37218..5e3a0c2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "motion",
-  "version": "2.5.37",
+  "version": "2.5.39",
   "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.",
   "main": "server/app.js",
   "engines": {
@@ -35,7 +35,7 @@
   "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 +44,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 +58,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",