node-red-contrib-iota-mam
Version:
Updated on 18/04/2019
33 lines (32 loc) • 612 B
JSON
{
"name": "node-red-contrib-iota-mam",
"version": "4.1.2",
"description": "",
"main": "mamFetch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"mamFetch": "mamFetch.js",
"mamPublish": "mamPublish.js"
}
},
"author": "",
"license": "ISC",
"dependencies": {
"@iota/converter": "*",
"@iota/mam": "*"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/ouya/node-red-contrib-iota-mam.git"
},
"keywords": [
"node-red",
"mam",
"iota",
"sensortag",
"sensornode"
]
}