1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/hardware/sensehatsim/package.json
2016-11-06 20:26:19 +00:00

25 lines
693 B
JSON

{
"name" : "node-red-node-pi-sense-hat-simulator",
"version" : "0.0.2",
"description" : "A Node-RED node to simulate a Raspberry Pi Sense HAT",
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/sensehatsim"
},
"dependencies": {
"ws": "0.8.1"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "sensehat", "astropi" ],
"node-red" : {
"nodes" : {
"sensehatsim": "sensehatsim.js"
}
},
"author": {
"name": "Nick O'Leary",
"email": "nick.oleary@gmail.com",
"url": "http://nodered.org"
}
}