Built motion from commit 7e022ab.|2.0.14
[motion2.git] / package.json
1 {
2     "name": "motion",
3     "version": "2.0.14",
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     ],
19     "private": true,
20     "license": "EULA",
21     "scripts": {
22         "start": "nodemon server/app.js",
23         "test": "mocha server/test --timeout 5000"
24     },
25     "dependencies": {
26         "asterisk-manager": "^0.1.15",
27         "bimedia-machine-uuid": "^1.0.0",
28         "bluebird": "^3.4.6",
29         "body-parser": "^1.15.2",
30         "composable-middleware": "^0.3.0",
31         "cookie-parser": "^1.4.3",
32         "ejs": "^2.5.2",
33         "errorhandler": "^1.4.3",
34         "express": "^4.14.0",
35         "express-jwt": "^5.1.0",
36         "express-sequelize-session": "^0.4.0",
37         "express-session": "^1.14.1",
38         "fast-json-patch": "^1.1.0",
39         "google-tts-api": "0.0.1",
40         "imap": "^0.8.19",
41         "jayson": "^2.0.2",
42         "jsforce": "^1.7.1",
43         "json2xls": "^0.1.2",
44         "jsonwebtoken": "^7.1.9",
45         "jstz": "^1.0.9",
46         "kue": "^0.11.5",
47         "lodash": "^4.15.0",
48         "lusca": "^1.4.1",
49         "mailparser": "^2.0.5",
50         "md5": "^2.2.1",
51         "method-override": "^2.3.6",
52         "moment": "^2.15.1",
53         "morgan": "^1.7.0",
54         "multer": "^1.2.0",
55         "mustache": "^2.3.0",
56         "mysql": "^2.11.1",
57         "nodemailer": "^4.0.1",
58         "odbc": "^1.2.1",
59         "passport": "^0.3.2",
60         "passport-google-oauth20": "^1.0.0",
61         "passport-local": "^1.0.0",
62         "pdfmake": "^0.1.18",
63         "pkginfo": "^0.4.0",
64         "pm2": "^2.2.3",
65         "randomstring": "^1.1.5",
66         "request-promise": "^4.1.1",
67         "sequelize": "^3.24.3",
68         "serve-favicon": "^2.3.0",
69         "shrink-ray": "^0.1.3",
70         "simple-git": "^1.73.0",
71         "socket.io": "^1.7.3",
72         "socket.io-emitter": "^1.0.0",
73         "socket.io-redis": "^1.0.0",
74         "socketio-jwt": "^4.5.0",
75         "sox": "github:gcareri/node-sox",
76         "squel": "^5.5.0",
77         "sticky-session": "^1.1.2",
78         "syncho": "^0.2.5",
79         "systeminformation": "^3.13.0",
80         "to-csv": "^0.1.1",
81         "umzug": "^2.0.1",
82         "validate": "^3.0.1",
83         "winston": "^2.2.0",
84         "xml2json": "^0.11.0"
85     },
86     "devDependencies": {
87         "chai": "^3.5.0",
88         "chai-http": "^3.0.0",
89         "grunt-apidoc": "^0.11.0",
90         "grunt-bower": "^0.21.4",
91         "grunt-build-control": "^0.7.1",
92         "grunt-concurrent": "^2.3.1",
93         "grunt-contrib-clean": "^1.1.0",
94         "grunt-contrib-concat": "^1.0.1",
95         "grunt-contrib-copy": "^1.0.0",
96         "grunt-contrib-jshint": "^1.0.0",
97         "grunt-contrib-uglify": "^3.0.1",
98         "grunt-contrib-watch": "^1.0.0",
99         "grunt-express-server": "^0.5.3",
100         "grunt-html2js": "^0.3.8",
101         "grunt-injector": "^1.1.0",
102         "grunt-jsbeautifier": "^0.2.13",
103         "grunt-newer": "^1.3.0",
104         "grunt-ng-annotate": "^3.0.0",
105         "grunt-nodemailer": "^1.1.0",
106         "grunt-sass": "^1.2.1",
107         "grunt-version": "^1.1.1",
108         "js-obfuscator": "^0.1.1",
109         "load-grunt-config": "^0.19.2",
110         "mocha": "^3.1.0",
111         "time-grunt": "^1.4.0"
112     }
113 }