mqtt
This commit is contained in:
36
uni_modules/yh-wsmqtt/wsmqtt/package.json
Normal file
36
uni_modules/yh-wsmqtt/wsmqtt/package.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "uni-plugin-mqtt-websocket",
|
||||
"version": "1.0.0",
|
||||
"description": "基于 WebSocket 的 MQTT 客户端插件,支持 uni-app 多端运行",
|
||||
"main": "js_sdk/index.js",
|
||||
"keywords": [
|
||||
"uni-app",
|
||||
"mqtt",
|
||||
"websocket",
|
||||
"iot",
|
||||
"real-time"
|
||||
],
|
||||
"author": "开发者",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
},
|
||||
"bugs": {
|
||||
"url": ""
|
||||
},
|
||||
"homepage": "",
|
||||
"uni_modules": {
|
||||
"id": "wsmqtt",
|
||||
"displayName": "MQTT WebSocket 客户端",
|
||||
"description": "基于 WebSocket 的 MQTT 客户端插件",
|
||||
"category": "network",
|
||||
"platforms": {
|
||||
"app-plus": {},
|
||||
"mp-weixin": {},
|
||||
"mp-alipay": {},
|
||||
"mp-baidu": {},
|
||||
"mp-toutiao": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user