-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "@bitpoolos/edge-uploader",
"version": "2.4.3",
"description": "A module to push data to Bitpool.",
"dependencies": {
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"camelcase": "^6.3.0",
"underscore": "^1.13.6"
},
"node-red": {
"version": ">=2.2.2",
"nodes": {
"bitpool_uploader": "bitpool_uploader.js",
"Bitpool-Pool-Settings": "bitpool_pool_settings.js",
"Bitpool-Api-Key": "bitpool_api_key.js",
"meta_tagging": "meta_tagging.js",
"Bitpool-Cloud-Settings": "bitpool_cloud_settings.js",
"Bitpool-Tag-Library": "bitpool_tag_library.js"
}
},
"keywords": [
"node-red",
"bitpool",
"bitpoolos",
"edge",
"big data",
"iot"
],
"engines": {
"node": ">=12.0.0"
},
"author": {
"name": "bitpool-dev",
"email": "dev@bitpool.com"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/bitpool/edge-uploader/issues"
},
"homepage": "https://github.com/bitpool/edge-uploader#readme",
"repository": {
"type": "github",
"url": "git+https://github.com/bitpool/edge-uploader.git"
}
}