adaptorex
Version:
Connect all your live interactive storytelling devices and software
16 lines (15 loc) • 414 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"
}
}