33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"name": "node-red-contrib-sm-16inpind",
|
|
"version": "1.0.1",
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"i2c-bus": "^5.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A Node-RED node to control Sequent Microsystems 16Inputs board",
|
|
"main": "16inpind.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sequent Microsystems",
|
|
"license": "MIT",
|
|
"node-red" : {
|
|
"nodes": {
|
|
"16inputs": "16inpind.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SequentMicrosystems/16inpind-rpi/tree/main/node-red-contrib-sm-16inpind"
|
|
},
|
|
"keywords": [
|
|
"node-red",
|
|
"node-red-contrib",
|
|
"i2c",
|
|
"opto",
|
|
"digital"
|
|
]
|
|
}
|