Built motion from commit (unavailable).|2.5.3
[motion2.git] / package.json
1 {
2   "name": "motion",
3   "version": "2.5.3",
4   "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.",
5   "main": "server/app.js",
6   "engines": {
7     "node": "6.10.3"
8   },
9   "repository": {
10     "type": "git",
11     "url": "http://repos.xcallymotion.com/motion2.git"
12   },
13   "author": "xCALLY Team",
14   "contributors": [
15     "Giuseppe Careri <giuseppe.careri@xcally.com>",
16     "Daniele Cinti <daniele.cinti@xcally.com>",
17     "Innocenzo Biondo <innocenzo.biondo@xcally.com>",
18     "Massimiliano Bungaro <massimiliano.bungaro@xcally.com>",
19     "Andrea Bianco <andrea.bianco@xcally.com>",
20     "Fabio Lodato <fabio.lodato@xcally.com>",
21     "Andrea Cuccaro <andrea.cuccaro@xcally.com>",
22     "Donatella Soldi <donatella.soldi@xcally.com>",
23     "Afnan Imtiaz <afnan.imtiaz@xcally.com>",
24     "Cristian Di Sclafani <cristian.disclafani@xcally.com>",
25     "Marco Giraldi <marco.giraldi@xenialab.it>",
26     "Giulia Trombin <giulia.trombin@xenialab.it>",
27     "Cristopher Fasolin <cristopher.fasolin@xcally.com>",
28     "Marco Messina <marco.messina@xcally.com>",
29     "Vito Macchia <vito.macchia@xcally.com>"
30   ],
31   "private": true,
32   "license": "EULA",
33   "scripts": {
34     "start": "nodemon server/app.js",
35     "test": "mocha server/test --timeout 5000"
36   },
37   "dependencies": {
38     "apiai-promise": "github:gcareri/apiai-promise",
39     "archiver": "2.1.1",
40     "asterisk-manager": "0.1.16",
41     "aws-sdk": "2.610.0",
42     "bimedia-machine-uuid": "1.0.1",
43     "bluebird": "3.7.2",
44     "body-parser": "1.19.0",
45     "compare-versions": "3.6.0",
46     "composable-middleware": "0.3.0",
47     "connect-timeout": "1.9.0",
48     "cookie-parser": "1.4.5",
49     "cors": "2.8.5",
50     "crypto-js": "3.1.9-1",
51     "cron-job-manager": "1.0.7",
52     "desk.js": "0.1.4",
53     "ejs": "2.7.4",
54     "eml-format": "0.5.0",
55     "entities": "1.1.2",
56     "errorhandler": "1.5.1",
57     "express": "4.17.1",
58     "express-jwt": "5.3.3",
59     "express-winston": "2.6.0",
60     "extract-zip": "1.7.0",
61     "fast-json-patch": "1.2.2",
62     "google-tts-api": "github:xmdevelop/google-tts",
63     "html-pdf": "2.2.0",
64     "html-to-text": "4.0.0",
65     "iconv": "2.3.5",
66     "imap": "0.8.19",
67     "ioredis": "4.17.3",
68     "ipaddr.js": "1.9.1",
69     "jayson": "2.1.2",
70     "jsforce": "1.9.3",
71     "json2xls": "github:xmdevelop/json2xls",
72     "jsonwebtoken": "7.4.3",
73     "jstz": "1.0.11",
74     "kue": "0.11.6",
75     "lodash": "4.17.20",
76     "lusca": "1.6.1",
77     "mailparser": "2.7.5",
78     "md5": "2.3.0",
79     "method-override": "2.3.10",
80     "moment": "2.27.0",
81     "morgan": "1.10.0",
82     "multer": "1.4.2",
83     "mustache": "4.0.1",
84     "mysql": "2.18.1",
85     "node-tnef": "1.3.3",
86     "nodemailer": "4.7.0",
87     "nodemailer-plugin-inline-base64": "2.1.1",
88     "odbc": "github:mckay-software/node-odbc",
89     "papaparse": "4.6.3",
90     "passport": "0.3.2",
91     "passport-google-oauth20": "2.0.0",
92     "passport-local": "1.0.0",
93     "pdfmake": "0.1.68",
94     "pkginfo": "0.4.1",
95     "pm2": "2.10.4",
96     "randomstring": "1.1.5",
97     "request-promise": "4.2.6",
98     "rimraf": "2.7.1",
99     "rr": "0.1.0",
100     "seq-queue": "0.0.5",
101     "sequelize": "3.35.1",
102     "serve-favicon": "2.5.0",
103     "simple-git": "1.132.0",
104     "socket.io": "2.2.0",
105     "socket.io-emitter": "3.1.1",
106     "socket.io-redis": "5.2.0",
107     "socketio-jwt": "4.5.0",
108     "sox": "github:gcareri/node-sox",
109     "squel": "5.13.0",
110     "sticky-session": "1.1.2",
111     "syncho": "0.2.5",
112     "systeminformation": "3.54.0",
113     "tiff2pdf": "1.0.2",
114     "to-csv": "0.1.1",
115     "twilio": "3.48.2",
116     "umzug": "2.3.0",
117     "user-agent-parser": "0.6.0",
118     "uuid": "3.3.2",
119     "validate": "3.1.0",
120     "winston": "2.4.5",
121     "ws": "4.1.0",
122     "xml2json": "0.11.2",
123     "zip-dir": "1.0.2"
124   },
125   "devDependencies": {
126     "apidoc": "0.24.0",
127     "chai": "3.5.0",
128     "chai-http": "3.0.0",
129     "grunt": "1.0.4",
130     "grunt-angular-templates": "1.2.0",
131     "grunt-apidoc": "0.11.0",
132     "grunt-autoprefixer": "3.0.4",
133     "grunt-build-control": "0.7.1",
134     "grunt-contrib-clean": "1.1.0",
135     "grunt-contrib-concat": "1.0.1",
136     "grunt-contrib-copy": "1.0.0",
137     "grunt-contrib-cssmin": "2.2.1",
138     "grunt-contrib-jshint": "1.1.0",
139     "grunt-contrib-obfuscator": "4.0.0",
140     "grunt-contrib-uglify": "3.4.0",
141     "grunt-contrib-watch": "1.1.0",
142     "grunt-express-server": "0.5.4",
143     "grunt-filerev": "2.3.1",
144     "grunt-injector": "1.1.0",
145     "grunt-jsbeautifier": "0.2.13",
146     "grunt-jsonlint": "1.1.0",
147     "grunt-ng-annotate": "3.0.0",
148     "grunt-nodemailer": "1.1.0",
149     "grunt-sass": "1.2.1",
150     "grunt-usemin": "3.1.1",
151     "grunt-version": "1.3.2",
152     "js-obfuscator": "0.1.2",
153     "load-grunt-config": "0.19.2",
154     "mocha": "3.5.3",
155     "time-grunt": "1.4.0"
156   }
157 }