-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
64 lines (64 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "qlikbotnode",
"main": "app/public/index.html",
"node-main": "app/server/server.js",
"version": "1.3.0",
"description": "QlikBotNode is a server build in Node.js, Express.js, Enigma.js and MySql that connects to chat and media platforms like Telegram, Skype, MS Teams, Cortana, Slack, Google Assistant and Amazon Alexa",
"private": true,
"scripts": {
"lint": "eslint --fix src test",
"start": "forever start foreverConfig.json"
},
"devDependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-ui-router": "^0.4.2",
"bootstrap-v4-dev": "^4.0.0-alpha.5",
"cors": "^2.8.3",
"domready": "^1.0.8",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-jsdoc-to-markdown": "^1.2.2",
"jquery": "^3.2.1",
"request-promise": "^4.1.1",
"tether": "^1.4.0",
"trello": "^0.7.0"
},
"dependencies": {
"@slack/client": "^3.14.2",
"body-parser": "^1.15.2",
"botbuilder": "^3.12.0",
"child-process": "^1.0.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"ejs": "^2.5.2",
"enigma.js": "^2.0.2",
"express": "~4.13.1",
"express-session": "^1.14.1",
"fs": "0.0.1-security",
"google-auth-library": "^0.11.0",
"googleapis": "^22.2.0",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.8",
"jsonwebtoken": "^7.4.3",
"mysql": "^2.15.0",
"nodemailer": "^4.1.1",
"nw-builder": "^3.1.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"qlik-auth": "^1.2.3",
"qr-image": "^3.2.0",
"serve-favicon": "^2.3.0",
"telegraf": "^3.16.4",
"uid-safe": "^2.1.2",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6",
"ws": "^3.0.0"
}
}