jsy-app/uni_modules/zy-mqtt/package.json
2024-12-19 12:34:26 +08:00

88 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "zy-mqtt",
"displayName": "【稳定、售后】android端mqtt插件",
"version": "1.2.2",
"description": "android端通过TCP连接mqtt的UTS插件,比通过websocket连接要稳定也可以通过mqtt协议连接rabbitMQ使用的官方连接mqtt的jar包",
"keywords": [
"mqtt",
"TCP",
"物联网",
"uni-app-x",
"rabbitMQ"
],
"repository": "",
"engines": {
"HBuilderX": "^4.21"
},
"dcloudext": {
"type": "uts",
"sale": {
"regular": {
"price": "399.00"
},
"sourcecode": {
"price": "1299.00"
}
},
"contact": {
"qq": "1003975792"
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "网络"
},
"npmurl": ""
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y",
"alipay": "n"
},
"client": {
"Vue": {
"vue2": "y",
"vue3": "y"
},
"App": {
"app-android": {
"minVersion": "19"
},
"app-ios": "n"
},
"H5-mobile": {
"Safari": "n",
"Android Browser": "n",
"微信浏览器(Android)": "n",
"QQ浏览器(Android)": "n"
},
"H5-pc": {
"Chrome": "n",
"IE": "n",
"Edge": "n",
"Firefox": "n",
"Safari": "n"
},
"小程序": {
"微信": "n",
"阿里": "n",
"百度": "n",
"字节跳动": "n",
"QQ": "n",
"钉钉": "n",
"快手": "n",
"飞书": "n",
"京东": "n"
},
"快应用": {
"华为": "n",
"联盟": "n"
}
}
}
}
}