Files

28 lines
485 B
JSON

{
"name": "node-red-contrib-mcp23017chip",
"version": "0.1.0",
"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": " "
},
"author": "Mike Wilson",
"license": "MIT"
}