Built motion from commit 17d0c2b.|2.0.3
[motion2.git] / package.json
1 {
2     "name": "motion",
3     "version": "2.0.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     ],
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         "body-parser": "^1.15.2",
29         "composable-middleware": "^0.3.0",
30         "cookie-parser": "^1.4.3",
31         "ejs": "^2.5.2",
32         "errorhandler": "^1.4.3",
33         "express": "^4.14.0",
34         "express-jwt": "^5.1.0",
35         "express-sequelize-session": "^0.4.0",
36         "express-session": "^1.14.1",
37         "fast-json-patch": "^1.1.0",
38         "git-tags": "^0.2.4",
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         "morgan": "^1.7.0",
53         "multer": "^1.2.0",
54         "mustache": "^2.3.0",
55         "mysql": "^2.11.1",
56         "nodemailer": "^4.0.1",
57         "odbc": "^1.2.1",
58         "passport": "^0.3.2",
59         "passport-google-oauth20": "^1.0.0",
60         "passport-local": "^1.0.0",
61         "pdfmake": "^0.1.18",
62         "pkginfo": "^0.4.0",
63         "pm2": "^2.2.3",
64         "randomstring": "^1.1.5",
65         "request-promise": "^4.1.1",
66         "serve-favicon": "^2.3.0",
67         "shrink-ray": "^0.1.3",
68         "sequelize": "^3.24.3",
69         "socket.io": "^1.7.3",
70         "socket.io-emitter": "^1.0.0",
71         "socket.io-redis": "^1.0.0",
72         "sox": "github:gcareri/node-sox",
73         "squel": "^5.5.0",
74         "sticky-session": "^1.1.2",
75         "syncho": "^0.2.5",
76         "systeminformation": "^3.13.0",
77         "to-csv": "^0.1.1",
78         "validate": "^3.0.1",
79         "winston": "^2.2.0",
80         "moment": "^2.15.1",
81         "bluebird": "^3.4.6",
82         "socketio-jwt": "^4.5.0",
83         "xml2json": "^0.11.0"
84     },
85     "devDependencies": {
86         "chai": "^3.5.0",
87         "chai-http": "^3.0.0",
88         "grunt-apidoc": "^0.11.0",
89         "grunt-bower-task": "^0.5.0",
90         "grunt-build-control": "^0.7.1",
91         "grunt-concurrent": "^2.3.1",
92         "grunt-contrib-clean": "^1.1.0",
93         "grunt-contrib-concat": "^1.0.1",
94         "grunt-contrib-copy": "^1.0.0",
95         "grunt-contrib-jshint": "^1.0.0",
96         "grunt-contrib-uglify": "^3.0.1",
97         "grunt-contrib-watch": "^1.0.0",
98         "grunt-express-server": "^0.5.3",
99         "grunt-injector": "^1.1.0",
100         "grunt-jsbeautifier": "^0.2.13",
101         "grunt-newer": "^1.3.0",
102         "grunt-nodemailer": "^1.1.0",
103         "grunt-sass": "^1.2.1",
104         "grunt-version": "^1.1.1",
105         "js-obfuscator": "^0.1.1",
106         "load-grunt-config": "^0.19.2",
107         "mocha": "^3.1.0",
108         "time-grunt": "^1.4.0"
109     }
110 }