node-red-contrib-mcp23017chip
Version:
node-red node for mcp23017 - input and output
28 lines (27 loc) • 550 B
JSON
{
"name": "node-red-contrib-mcp23017chip",
"version": "0.1.1",
"description": "node-red node for mcp23017 - input and output",
"dependencies": {
"i2c-bus": "~5.2.1"
},
"keywords": [
"node-red",
"mcp23017"
],
"node-red": {
"nodes": {
"mcp23017chip": "mcp23017chip/mcp23017chip.js"
}
},
"main": " ",
"scripts": {
"test": " "
},
"repository": {
"type": "git",
"url": "https://github.com/willhey/mcp23017chip"
},
"author": "Mike Wilson",
"license": "MIT"
}