UNPKG

@pib-statuslamp/sparkfun-canbusshield_node-red

Version:

Node-RED support for Sparkfun CAN bus shield. can send and recieve canbus data via the sparkfun canbusshield.

32 lines (28 loc) 986 B
{ "name": "@pib-statuslamp/sparkfun-canbusshield_node-red", "version": "0.4.5", "description": "Node-RED support for Sparkfun CAN bus shield. can send and recieve canbus data via the sparkfun canbusshield.", "dependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "repository": { "type": "git" }, "url": "https://github.com/taboven/SparkfunCanbusshield-NodeRED", "keywords": [ "node-red", "mraa", "sparkfun" ], "node-red": { "nodes": { "sparkfun-canbusshield-CANSend": "sparkfun-canbusshield_node-red/sparkfun-canbusshield-CANSend.js", "sparkfun-canbusshield-CANRecieve": "sparkfun-canbusshield_node-red/sparkfun-canbusshield-CANRecieve.js", "sparkfun-canbusshield-ledgreen": "sparkfun-canbusshield_node-red/sparkfun-canbusshield-D7.js", "sparkfun-canbusshield-ledred": "sparkfun-canbusshield_node-red/sparkfun-canbusshield-D8.js" } } }