1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

26 lines
727 B
JSON
Raw Normal View History

2016-03-01 23:21:44 +00:00
{
"name" : "node-red-node-pi-sense-hat",
2022-03-11 10:49:55 -07:00
"version" : "0.1.2",
2016-03-01 23:21:44 +00:00
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/sensehat"
2016-03-01 23:21:44 +00: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"
}
}