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