-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 856 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
{
"name": "simple-mqtt-adapter",
"version": "1.0.7",
"description": "Creates a virtual device with configurable actions/events connected to a MQTT broker.",
"author": "Michael Kohler <me@michaelkohler.info>",
"main": "index.js",
"scripts": {
"build": "shasum --algorithm 256 manifest.json package.json *.js LICENSE README.md > SHA256SUMS && find node_modules \\( -type f -o -type l \\) -exec shasum --algorithm 256 {} \\; >> SHA256SUMS"
},
"homepage": "https://github.com/MichaelKohler/simple-mqtt-adapter",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MichaelKohler/simple-mqtt-adapter.git"
},
"dependencies": {
"async-mqtt": "^2.6.3"
},
"files": [
"config.js",
"index.js",
"manifest.json",
"package.json",
"simple-mqtt-adapter.js",
"SHA256SUMS"
]
}