-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "node-red-contrib-brads-i2c-nodes",
"version": "0.0.5-alpha",
"description": "Brad's Node RED i2c sensor modules.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bignumber.js": "^4.0.2",
"i2c-bus": "^1.2.2"
},
"node-red": {
"nodes": {
"mcp9808": "sensors/mcp9808-node.js",
"bmp180": "sensors/bmp180-node.js",
"bmp280": "sensors/bmp280-node.js",
"bme280": "sensors/bme280-node.js",
"htu21d": "sensors/htu21d-node.js",
"i2cbus": "sensors/i2c-bus.js",
"tsl2561": "sensors/tsl2561-node.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/pedalPusher68/node-red-contrib-brads-i2c-nodes.git"
},
"keywords": [
"node-red",
"mcp9808",
"bmp180",
"bmp280",
"bme280",
"htu21d",
"htu21d(f)",
"tsl2561",
"i2c"
],
"author": "Brad Smith",
"license": "LICENSE",
"bugs": {
"url": "https://github.com/pedalPusher68/node-red-contrib-brads-i2c-nodes/issues"
},
"homepage": "https://github.com/pedalPusher68/node-red-contrib-brads-i2c-nodes"
}