node-red-contrib-iota-chrysalis
Version:
Node Red integration whith IOTA for Chrysalis. A new Dawn.
37 lines (36 loc) • 882 B
JSON
{
"name": "node-red-contrib-iota-chrysalis",
"version": "1.4.0",
"description": "Node Red integration whith IOTA for Chrysalis. A new Dawn.",
"main": "iota-info.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"iotainfo" : "iota-info.js",
"iotamessages" : "iota-messages.js",
"iotaaddress" : "iota-address.js",
"iotatransfers" : "iota-transfers.js",
"iotaserver" : "iota-server.js"
}
},
"author": "vruiz@wittelecom.com>",
"license": "MIT",
"dependencies": {
"@iota/iota.js": "^1.5.3",
"transliteration": "^2.2.0",
"dotenv": "^8.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Vruizvil/node-red-contrib-iota-chrysalis.git"
},
"keywords": [
"node-red",
"iota",
"thetangle",
"tangle",
"chrysalis"
]
}