Initial commit
This commit is contained in:
29
node_modules/node-red-node-pi-gpio/package.json
generated
vendored
Normal file
29
node_modules/node-red-node-pi-gpio/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "node-red-node-pi-gpio",
|
||||
"version": "2.0.6",
|
||||
"description": "The basic Node-RED node for Pi GPIO",
|
||||
"dependencies" : {
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/hardware/PiGpio"
|
||||
},
|
||||
"keywords": [
|
||||
"node-red", "Pi", "GPIO", "PiGpio"
|
||||
],
|
||||
"author": {
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
"url": "http://nodered.org"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"node-red" : {
|
||||
"nodes": {
|
||||
"rpi-gpio": "36-rpi-gpio.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user