-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.04 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": "@bitpoolos/edge-awair",
"version": "1.0.1",
"description": "Node for Integrating with the Awair API.",
"dependencies": {
"https": "1.0.0",
"node-fetch": "^2.6.7"
},
"optionalDependencies": {
},
"node-red": {
"version": ">=2.2.2",
"nodes": {
"bp-awair-node-config": "bp-awair-config.js",
"bp-awair-node": "bp-awair.js"
}
},
"keywords": [
"node-red",
"bitpool",
"iot",
"awair"
],
"engines": {
"node": ">=12.0.0"
},
"author": {
"name": "bitpool-dev",
"email": "[email protected]"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/bitpool/edge-awair/issues"
},
"homepage": "https://github.com/bitpool/edge-awair#readme",
"repository": {
"type": "github",
"url": "git+https://github.com/edge-awair.git"
}
}