forked from tyrrellsystems/node-red-contrib-tinkerforge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "node-red-contrib-tinkerforge-openinc",
"version": "0.0.37",
"description": "Node-RED Nodes to access Tinkerforge Sensors",
"dependencies": {
"body-parser": "^1.15.1",
"tinkerforge-openinc": "^2.1.35"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tinkerforge",
"node-red"
],
"contributors": [
{
"email": "hardillb@gmail.com"
},
{
"email": "davidoc85@hotmail.com"
},
{
"email": "info@openinc.de"
}
],
"repository": {
"type": "git",
"url": "https://github.com/open-inc/node-red-contrib-tinkerforge"
},
"bugs": {
"url": "https://github.com/open-inc/node-red-contrib-tinkerforge/issues"
},
"license": "Apache-2.0",
"node-red": {
"nodes": {
"config": "lib/config.js",
"motionV2": "bricklets/MotionV2.js",
"accelerometerV2": "bricklets/AccelerometerV2.js",
"energymonitor": "bricklets/EnergyMonitor.js",
"industrialDigital": "bricklets/IndustrialDigitalIn4V2.js",
"laserrange": "bricklets/LaserRangeFinderV2.js",
"load": "bricklets/LoadCellV2.js",
"ledV2": "bricklets/LEDBrickletV2.js",
"temperature": "bricklets/TemperatureV2.js",
"humidityV2": "bricklets/HumidityV2.js",
"rotaryPoti": "bricklets/RotaryPoti.js",
"distanceIRV2": "bricklets/DistanceIRV2.js",
"rgbButton": "bricklets/RGBButton.js",
"rgbLight": "bricklets/RGBLight.js",
"lcdDisplay": "bricklets/LCD128.js",
"servoV2": "bricklets/ServoV2.js",
"dcV2": "bricklets/DCV2.js"
}
}
}