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