Skip to content

Commit

Permalink
fix mqttclient package.json...
Browse files Browse the repository at this point in the history
  • Loading branch information
jiejieTop committed Feb 24, 2020
1 parent 755797b commit 8198d80
Showing 1 changed file with 32 additions and 29 deletions.
61 changes: 32 additions & 29 deletions iot/mqttclient/package.json
@@ -1,32 +1,35 @@
{
"name": "mqttclient",
"description": "a mqttclient based on the socket API, has a very simple api interface, support QoS2、mbedtls.",
"description_zh": "一个基于socket API之上的跨平台MQTT客户端,拥有非常简洁的API接口,以极少的资源实现QOS2的服务质量,并且无缝衔接了mbedtls加密库。",
"keywords": [
"mqttclient"
],
"category": "iot",
"author": {
"name": "jiejie",
"email": "jiejietop@gmail.com"
},
"license": "GPL-2.0",
"repository": "https://github.com/jiejieTop/mqttclient_rtpkgs",
"icon": "unknown",
"homepage": "https://github.com/jiejieTop/mqttclient_rtpkgs#readme",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/jiejieTop/mqttclient_rtpkgs.git",
"filename": "mqttclient-v1.0.0.zip",
"VER_SHA": "3c404116f7bc7526e46e2c100a4e856f8b2d03c4"
"name": "mqttclient",
"description": "a mqttclient based on the socket API, has a very simple api interface, support QoS2、mbedtls.",
"description_zh": "一个基于socket API之上的跨平台MQTT客户端,拥有非常简洁的API接口,以极少的资源实现QOS2的服务质量,并且无缝衔接了mbedtls加密库。",
"enable": "PKG_USING_MQTTCLIENT",
"keywords": [
"mqttclient",
"mqtt"
],
"category": "iot",
"author": {
"name": "jiejie",
"email": "jiejietop@gmail.com"
},
{
"version": "latest",
"URL": "https://github.com/jiejieTop/mqttclient_rtpkgs.git",
"filename": "Null for git package",
"VER_SHA": "master"
}
]
"license": "GPL-2.0",
"repository": "https://github.com/jiejieTop/mqttclient_rtpkgs",
"icon": "unknown",
"homepage": "https://github.com/jiejieTop/mqttclient_rtpkgs#readme",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/jiejieTop/mqttclient_rtpkgs.git",
"filename": "mqttclient-v1.0.0.zip",
"VER_SHA": "3c404116f7bc7526e46e2c100a4e856f8b2d03c4"
},
{
"version": "latest",
"URL": "https://github.com/jiejieTop/mqttclient_rtpkgs.git",
"filename": "Null for git package",
"VER_SHA": "master"
}
]
}

0 comments on commit 8198d80

Please sign in to comment.