UNPKG

node-red-contrib-tydids

Version:

TyDIDs-P2P Communication using Decentralized Identity Presentations for edge to edge data exchange.

41 lines (40 loc) 1.15 kB
{ "name": "node-red-docker", "version": "1.2.0", "description": "TyDIDs-PreConfigured Node-RED", "homepage": "http://nodered.org", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/node-red/node-red-docker.git" }, "main": "node_modules/node-red/red/red.js", "scripts": { "start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS", "debug": "node --inspect=0.0.0.0:9229 $NODE_OPTIONS node_modules/node-red/red.js $FLOWS", "debug_brk": "node --inspect=0.0.0.0:9229 --inspect-brk $NODE_OPTIONS node_modules/node-red/red.js $FLOWS" }, "contributors": [ { "name": "Dave Conway-Jones" }, { "name": "Nick O'Leary" }, { "name": "James Thomas" }, { "name": "Raymond Mouthaan" } ], "dependencies": { "node-red": "2.2.2", "node-red-contrib-tydids":"~1.2.5", "node-red-contrib-smartcontracttx":"~1.1.0", "node-red-dashboard": "~2.30.0" }, "engines": { "node": ">=12" } }