Built motion from commit (unavailable).|2.4.4
[motion2.git] / package.json
1 {
2     "name": "motion",
3     "version": "2.4.4",
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     ],
27     "private": true,
28     "license": "EULA",
29     "scripts": {
30         "start": "nodemon server/app.js",
31         "test": "mocha server/test --timeout 5000"
32     },
33     "dependencies": {
34         "apiai-promise": "github:gcareri/apiai-promise",
35         "archiver": "^2.1.1",
36         "asterisk-manager": "^0.1.15",
37         "aws-sdk": "^2.133.0",
38         "bimedia-machine-uuid": "^1.0.0",
39         "bluebird": "^3.4.6",
40         "body-parser": "^1.15.2",
41         "compare-versions": "^3.5.1",
42         "composable-middleware": "^0.3.0",
43         "connect-timeout": "^1.9.0",
44         "cookie-parser": "^1.4.3",
45         "cors": "^2.8.4",
46         "cron-job-manager": "^1.0.7",
47         "desk.js": "^0.1.3",
48         "ejs": "^2.5.2",
49         "eml-format": "^0.5.0",
50         "entities": "^1.1.1",
51         "errorhandler": "^1.4.3",
52         "express": "^4.14.0",
53         "express-jwt": "^5.1.0",
54         "express-winston": "^2.5.1",
55         "extract-zip": "^1.6.7",
56         "fast-json-patch": "^1.1.0",
57         "google-tts-api": "github:xmdevelop/google-tts",
58         "html-pdf": "^2.2.0",
59         "html-to-text": "^4.0.0",
60         "iconv": "^2.3.0",
61         "imap": "^0.8.19",
62         "ioredis": "^4.10.0",
63         "ipaddr.js": "^1.5.4",
64         "jayson": "^2.0.2",
65         "jsforce": "^1.7.1",
66         "json2xls": "github:xmdevelop/json2xls",
67         "jsonwebtoken": "^7.1.9",
68         "jstz": "^1.0.9",
69         "kue": "^0.11.5",
70         "lodash": "^4.15.0",
71         "lusca": "^1.4.1",
72         "mailparser": "^2.1.0",
73         "md5": "^2.2.1",
74         "method-override": "^2.3.6",
75         "moment": "^2.15.1",
76         "morgan": "^1.7.0",
77         "multer": "^1.2.0",
78         "mustache": "^2.3.0",
79         "mysql": "^2.11.1",
80         "node-tnef": "^1.3.0",
81         "nodemailer": "^4.0.1",
82         "nodemailer-plugin-inline-base64": "^2.1.1",
83         "odbc": "github:mckay-software/node-odbc",
84         "papaparse": "^4.3.7",
85         "passport": "^0.3.2",
86         "passport-google-oauth20": "2.0.0",
87         "passport-local": "^1.0.0",
88         "pdfmake": "^0.1.18",
89         "pkginfo": "^0.4.0",
90         "pm2": "^2.2.3",
91         "randomstring": "^1.1.5",
92         "request-promise": "^4.1.1",
93         "rimraf": "^2.6.2",
94         "rr": "^0.1.0",
95         "seq-queue": "0.0.5",
96         "sequelize": "^3.24.3",
97         "serve-favicon": "^2.3.0",
98         "simple-git": "^1.73.0",
99         "socket.io": "2.2.0",
100         "socket.io-emitter": "3.1.1",
101         "socket.io-redis": "5.2.0",
102         "socketio-jwt": "4.5.0",
103         "sox": "github:gcareri/node-sox",
104         "squel": "^5.5.0",
105         "sticky-session": "^1.1.2",
106         "syncho": "^0.2.5",
107         "systeminformation": "^3.13.0",
108         "tiff2pdf": "^1.0.2",
109         "to-csv": "^0.1.1",
110         "twilio": "^3.9.0",
111         "umzug": "^2.0.1",
112         "user-agent-parser": "^0.6.0",
113         "validate": "^3.0.1",
114         "winston": "^2.2.0",
115         "ws": "4.1.0",
116         "xml2json": "^0.11.0",
117         "zip-dir": "^1.0.2"
118     },
119     "devDependencies": {
120         "chai": "^3.5.0",
121         "chai-http": "^3.0.0",
122         "grunt-angular-templates": "^1.1.0",
123         "grunt-apidoc": "^0.11.0",
124         "grunt-autoprefixer": "^3.0.4",
125         "grunt-build-control": "^0.7.1",
126         "grunt-contrib-clean": "^1.1.0",
127         "grunt-contrib-concat": "^1.0.1",
128         "grunt-contrib-copy": "^1.0.0",
129         "grunt-contrib-cssmin": "^2.2.0",
130         "grunt-contrib-jshint": "^1.0.0",
131         "grunt-contrib-obfuscator": "^4.0.0",
132         "grunt-contrib-uglify": "^3.0.1",
133         "grunt-contrib-watch": "^1.0.0",
134         "grunt-express-server": "^0.5.3",
135         "grunt-filerev": "^2.3.1",
136         "grunt-injector": "^1.1.0",
137         "grunt-jsbeautifier": "^0.2.13",
138         "grunt-jsonlint": "^1.1.0",
139         "grunt-ng-annotate": "^3.0.0",
140         "grunt-nodemailer": "^1.1.0",
141         "grunt-sass": "^1.2.1",
142         "grunt-usemin": "^3.1.1",
143         "grunt-version": "^1.1.1",
144         "js-obfuscator": "0.1.2",
145         "load-grunt-config": "^0.19.2",
146         "mocha": "^3.1.0",
147         "time-grunt": "^1.4.0"
148     }
149 }