UNPKG

node-red-contrib-smartnode-dfrobot

Version:

this project dependences the node-red-contrib-smartnode package for basic function. based on the smartnode package, this package provide some sersor nodes for DFRobot sensors.

75 lines (67 loc) 2.97 kB
{ "name": "node-red-contrib-smartnode-dfrobot", "version": "1.0.14", "keywords": ["node-red", "node", "intel", "Edison", "SmartNode" ], "dependencies": { "Buffer": "*", "jsupm_biss0001": ">=0.4.1", "jsupm_buzzer": ">=0.4.1", "jsupm_gp2y0a": ">=0.4.1", "jsupm_grove": ">=0.4.1", "jsupm_grovemoisture": ">=0.4.1", "jsupm_guvas12d": ">=0.4.1", "jsupm_hd44780": ">=0.0.1", "jsupm_irremote": ">=0.0.1", "jsupm_lm35": ">=0.4.1", "jsupm_loudness": ">=0.4.1", "jsupm_mg811": ">=0.4.1", "jsupm_servo": ">=0.4.1", "jsupm_ttp223": ">=0.4.1", "jsupm_rgbled": ">=0.2.11" }, "repository": { "type": "git", "url": "https://github.com/MakerCollider/node-red-contrib-smartnode-dfrobot.git" }, "node-red": { "nodes":{ "GraySensor": "dfrobot-color/gray/gray.js", "LineTracking": "dfrobot-color/lineTrack/lineTrack.js", "SmartGraySensor": "dfrobot-color/smartGray/smartGray.js", "lcdKeypad": "dfrobot-display/lcdKeypad/lcdKeypad.js", "Buzzer": "dfrobot-common/buzzer/buzzer.js", "Relay": "dfrobot-common/relay/relay.js", "PM2.5": "dfrobot-common/pm2dot5/pm2dot5.js", "RotaryEncoder": "dfrobot-common/rotaryEncoder/rotaryEncoder.js", "RGBLed": "dfrobot-common/RGBLed/RGBLed.js", "Sound": "dfrobot-common/sound/sound.js", "Servo": "dfrobot-common/servo/servo.js", "SlidePosition": "dfrobot-common/slidePosition/slidePosition.js", "Touch": "dfrobot-common/touch/touch.js", "Fan": "dfrobot-common/fan/pwmfan.js", "CO2Sensor": "dfrobot-gas/co2/co2.js", "IrRemoteKit": "dfrobot-ir/irRemoteKit/irRemoteKit.js", "IrDistance": "dfrobot-ir/irDistance/irDistance.js", "IrFallPrevent": "dfrobot-ir/irFallPrevent/irFallPrevent.js", "IrSwitch": "dfrobot-ir/irSwitch/irSwitch.js", "Motion": "dfrobot-ir/motion/motion.js", "Brightness": "dfrobot-light/brightness/brightness.js", "UVSensor": "dfrobot-light/uv/UV.js", "LM35Temperature": "dfrobot-temp-humi/lm35/LM35Temperature.js", "Moisture": "dfrobot-temp-humi/moisture/moisture.js" } }, "author": { "name": "Maker Collider SmartNode team" }, "license": "MIT", "bugs": { "url": "https://github.com/MakerCollider/node-red-contrib-smartnode-dfrobot/issues" }, "homepage": "https://github.com/MakerCollider/node-red-contrib-smartnode" }