mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Snyk has created this PR to upgrade hidstream from 2.0.1 to 2.1.0. See this package in npm: https://www.npmjs.com/package/hidstream See this project in Snyk: https://app.snyk.io/org/dceejay/project/ad08ee11-0060-45c1-ba51-065744f07906?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"name" : "node-red-node-makeymakey",
|
|
"version" : "0.0.4",
|
|
"description" : "A Node-RED node to read from a MakeyMakey input device.",
|
|
"dependencies" : {
|
|
"hidstream": "2.1.0"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/hardware/makey"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "makeymakey" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"makeymakey": "42-makey.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|