forked from ikhayainkomishi/node-red-contrib-sds011
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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
{
"name": "node-red-contrib-sds011",
"version": "1.0.0",
"description": "Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection. This node was designed with the RPi in mind but should work with any serial port.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ikhayainkomishi/node-red-contrib-sds011.git"
},
"dependencies": {
"serialport": "^6.1.1"
},
"keywords": [
"sds011",
"pm",
"pm2.5",
"pm10",
"sensor",
"air",
"smog",
"particulates",
"node-red"
],
"author": "Ikhaya Inkomishi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ikhayainkomishi/node-red-contrib-sds011/issues"
},
"node-red": {
"nodes": {
"rpi-sds011": "sds011-node/sds011-node.js"
}
}
}