-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 860 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
27
28
29
30
31
32
33
34
35
36
{
"name": "@tulip/node-red-tulip-api",
"version": "0.3.1",
"description": "Node-RED nodes for sending data to the Tulip API",
"main": "index.js",
"node-red": {
"nodes": {
"tulipMachineAttribute": "tulip_machine_attribute.js",
"tulipTables": "tulip_tables.js",
"tulipApiAuth": "tulip_api_auth.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/tulip/node-red-tulip-api.git"
},
"keywords": [
"edge",
"node-red",
"machine",
"machine monitoring",
"tables",
"api",
"tulip"
],
"author": "Kathy Camenzind",
"license": "Apache-2.0",
"private": false,
"bugs": {
"url": "https://github.com/tulip/node-red-tulip-api/issues"
},
"homepage": "https://github.com/tulip/node-red-tulip-api#readme",
"dependencies": {
"https-proxy-agent": "^5.0.0"
}
}