node-red-nodes/hardware/sensehat/package.json

25 lines
700 B
JSON

{
"name" : "node-red-node-pi-sense-hat",
"version" : "0.0.13",
"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/tree/master/hardware/sensehat"
},
"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"
}
}