jsy-app/uni_modules/zy-mqtt/package.json

88 lines
1.6 KiB
JSON
Raw Normal View History

2024-09-30 10:11:05 +08:00
{
"id": "zy-mqtt",
2024-12-19 12:34:26 +08:00
"displayName": "【稳定、售后】android端mqtt插件",
2024-11-29 15:09:33 +08:00
"version": "1.2.2",
"description": "android端通过TCP连接mqtt的UTS插件,比通过websocket连接要稳定也可以通过mqtt协议连接rabbitMQ使用的官方连接mqtt的jar包",
2024-09-30 10:11:05 +08:00
"keywords": [
"mqtt",
2024-11-29 15:09:33 +08:00
"TCP",
"物联网",
2024-12-19 12:34:26 +08:00
"uni-app-x",
2024-11-29 15:09:33 +08:00
"rabbitMQ"
2024-09-30 10:11:05 +08:00
],
"repository": "",
"engines": {
"HBuilderX": "^4.21"
},
"dcloudext": {
"type": "uts",
"sale": {
"regular": {
2024-11-29 15:09:33 +08:00
"price": "399.00"
2024-09-30 10:11:05 +08:00
},
"sourcecode": {
2024-11-29 15:09:33 +08:00
"price": "1299.00"
2024-09-30 10:11:05 +08: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": {
2024-11-29 15:09:33 +08:00
"app-android": {
"minVersion": "19"
},
2024-09-30 10:11:05 +08:00
"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"
}
}
}
}
}