2016-03-02 00:21:44 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-pi-sense-hat",
|
2023-05-25 15:56:03 +02:00
|
|
|
"version" : "0.1.5",
|
2016-03-02 00:21:44 +01:00
|
|
|
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/hardware/sensehat"
|
2016-03-02 00:21:44 +01:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [ "node-red", "sensehat", "astropi" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"sensehat": "sensehat.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts" : {
|
|
|
|
"postinstall" : "scripts/checklib.sh"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Nick O'Leary",
|
|
|
|
"email": "nick.oleary@gmail.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|