-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 934 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
39
40
41
42
{
"name": "mqtt2elasticsearch",
"version": "1.0.1",
"description": "Send MQTT messages to Elasticsearch",
"main": "index.js",
"bin": {
"mqtt2elasticsearch": "index.js"
},
"preferGlobal": true,
"scripts": {
"test": "camo-purge ; xo"
},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/mqtt2elasticsearch"
},
"keywords": [
"mqtt",
"smarthome",
"elasticsearch",
"log"
],
"author": "Sebastian Raff <[email protected]> (https://github.com/hobbyquaker)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/mqtt2elasticsearch/issues"
},
"homepage": "https://github.com/hobbyquaker/mqtt2elasticsearch",
"dependencies": {
"mqtt": "^2.16.0",
"request": "^2.85.0",
"yalm": "^4.1.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"camo-purge": "^1.0.2",
"xo": "^0.20.3"
},
"xo": {
"space": 4
}
}