w-comor-mqtt
Version:
A websocket communicator in nodejs and browser. Mapping functions from nodejs to other end points, like a simple RPC.
35 lines • 774 B
JSON
{
"name": "w-comor-mqtt",
"version": "1.0.36",
"main": "dist/w-comor-mqtt-server.umd.js",
"dependencies": {
"aedes": "^0.51.0",
"aedes-server-factory": "^0.2.1",
"lodash-es": "^4.17.21",
"mqtt": "^5.5.0",
"wsemi": "^1.7.49"
},
"devDependencies": {
"w-package-tools": "^1.0.75"
},
"scripts": {
"test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuda-lyu/w-comor-mqtt.git"
},
"keywords": [
"package",
"tool",
"mqtt",
"nodejs",
"browser",
"wrapper",
"communicator",
"RPC"
],
"author": "yuda-lyu(semisphere)",
"license": "MIT"
}