-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 889 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
{
"name": "verisure-mqtt",
"version": "1.4.1",
"description": "Node.js app that queries Verisure's APIs for status, and then forward this info to MQTT.",
"main": "index.js",
"scripts": {
"test": "node_modules/jshint/bin/jshint index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mountaindude/verisure-mqtt.git"
},
"bugs": {
"url": "https://github.com/mountaindude/verisure-mqtt/issues"
},
"keywords": [
"verisure",
"mqtt",
"nodejs"
],
"author": "Göran Sander",
"license": "MIT",
"dependencies": {
"asyncinterval": "0.0.7",
"jshint": "^2.13.0",
"mqtt": "^4.2.6",
"verisure": "^4.0.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-google": "0.14.0",
"nodemon": "2.0.15"
}
}