adaptorex
Version:
Connect all your live interactive storytelling devices and software
15 lines • 439 B
JSON
{
"name":"adaptorex-mqtt",
"adaptorex":{
"name":"mqtt",
"title":"MQTT Client"
},
"version":"1.0.0",
"description":"Connect an MQTT Broker to your adaptor:ex game, send messages and handle incoming messages from other mqtt clients.",
"main": "mqtt.js",
"homepage": "https://docs.adaptorex.org/basics/plugins/mqtt.html",
"license": "MIT",
"dependencies": {
"mqtt": "^4.3.7"
}
}