forked from node-red/node-red-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 830 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name" : "node-red-node-intel-gpio",
"version" : "0.0.6",
"description" : "A Node-RED node to talk to an Intel Galileo or Edison using mraa",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/intel"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "intel", "galileo", "edison" ],
"node-red" : {
"nodes" : {
"mraa-gpio-ain": "mraa-gpio-ain.js",
"mraa-gpio-din": "mraa-gpio-din.js",
"mraa-gpio-dout": "mraa-gpio-dout.js",
"mraa-gpio-pwm": "mraa-gpio-pwm.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "[email protected]",
"url": "http://nodered.org"
}
}