forked from hobbyquaker/apcupsd2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 892 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
43
44
45
{
"name": "apcupsd2mqtt",
"version": "1.0.2",
"description": "Publish values from apcupsd to MQTT",
"main": "index.js",
"bin": {
"apcupsd2mqtt": "index.js"
},
"scripts": {
"test": "camo-purge ; xo"
},
"engine": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/apcupsd2mqtt.git"
},
"keywords": [
"apc",
"ups",
"mqtt",
"battery",
"voltage",
"power"
],
"author": "Sebastian Raff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/apcupsd2mqtt/issues"
},
"homepage": "https://github.com/hobbyquaker/apcupsd2mqtt#readme",
"dependencies": {
"mqtt": "^2.15.1",
"yalm": "^4.1.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"camo-purge": "latest",
"xo": "latest"
},
"xo": {
"space": 4
}
}