Built motion from commit b598105.|2.0.9
[motion2.git] / package.json
index 0e77350..022e0b4 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "motion",
-    "version": "2.0.8",
+    "version": "2.0.9",
     "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.",
     "main": "server/app.js",
     "engines": {
@@ -25,6 +25,7 @@
     "dependencies": {
         "asterisk-manager": "^0.1.15",
         "bimedia-machine-uuid": "^1.0.0",
+        "bluebird": "^3.4.6",
         "body-parser": "^1.15.2",
         "composable-middleware": "^0.3.0",
         "cookie-parser": "^1.4.3",
@@ -35,7 +36,6 @@
         "express-sequelize-session": "^0.4.0",
         "express-session": "^1.14.1",
         "fast-json-patch": "^1.1.0",
-        "git-tags": "^0.2.4",
         "google-tts-api": "0.0.1",
         "imap": "^0.8.19",
         "jayson": "^2.0.2",
@@ -49,6 +49,7 @@
         "mailparser": "^2.0.5",
         "md5": "^2.2.1",
         "method-override": "^2.3.6",
+        "moment": "^2.15.1",
         "morgan": "^1.7.0",
         "multer": "^1.2.0",
         "mustache": "^2.3.0",
         "pm2": "^2.2.3",
         "randomstring": "^1.1.5",
         "request-promise": "^4.1.1",
+        "sequelize": "^3.24.3",
         "serve-favicon": "^2.3.0",
         "shrink-ray": "^0.1.3",
-        "sequelize": "^3.24.3",
+        "simple-git": "^1.73.0",
         "socket.io": "^1.7.3",
         "socket.io-emitter": "^1.0.0",
         "socket.io-redis": "^1.0.0",
+        "socketio-jwt": "^4.5.0",
         "sox": "github:gcareri/node-sox",
         "squel": "^5.5.0",
         "sticky-session": "^1.1.2",
@@ -77,9 +80,6 @@
         "to-csv": "^0.1.1",
         "validate": "^3.0.1",
         "winston": "^2.2.0",
-        "moment": "^2.15.1",
-        "bluebird": "^3.4.6",
-        "socketio-jwt": "^4.5.0",
         "xml2json": "^0.11.0"
     },
     "devDependencies": {