forked from mu-sse/node-red-contrib-arrowhead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 894 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
{
"name": "node-red-contrib-arrowhead",
"version": "0.1.2",
"description": "Node-red node for arrowhead framework.",
"repository": {
"type": "git",
"url": "git+https://github.com/draperez/node-red-contrib-arrowhead.git"
},
"dependencies": {
"axios": "0.20.0"
},
"keywords": [
"arrowhead",
"node-red"
],
"author": "Mondragon Unibertsitatea",
"license": "MIT",
"bugs": {
"url": "https://github.com/draperez/node-red-contrib-arrowhead/issues"
},
"homepage": "https://github.com/draperez/node-red-contrib-arrowhead#readme",
"node-red" : {
"nodes": {
"ah system": "config_nodes/ah_system.js",
"ah registry": "config_nodes/ah_registry.js",
"ah orchestrator": "config_nodes/ah_orchestrator.js",
"ah service endpoint": "ah_endpoint_registration.js",
"ah service discoverer": "ah_service_discoverer.js"
}
}
}