-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 Bytes
/
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
{
"name": "butler-notifier",
"version": "1.0.0",
"description": "A gateway forwarding Qlik Sense event notifications to MQTT messages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/butler-notifier.git"
},
"keywords": [
"qliksense",
"mqtt",
"notifications",
"devops",
"senseops"
],
"author": "Göran Sander",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptarmiganlabs/butler-notifier/issues"
},
"homepage": "https://github.com/ptarmiganlabs/butler-notifier#readme",
"dependencies": {
"body-parser": "^1.18.3",
"config": "^3.0.1",
"express": "^4.16.4",
"js-yaml": "^3.12.1",
"mqtt": "^4.0.0",
"qrs-interact": "^6.0.0",
"winston": "^3.1.0"
},
"devDependencies": {
"nodemon": "2.0.15"
}
}