Skip to content

Commit

Permalink
Merge pull request RT-Thread#564 from jiejieTop/master
Browse files Browse the repository at this point in the history
modify the format according to official recommendations...
  • Loading branch information
armink authored Feb 27, 2020
2 parents 0f9d8ee + c9eb397 commit e181f73
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions iot/mqttclient/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
{
"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": "[email protected]"
"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": "[email protected]"
},
"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/archive/v1.0.0.zip",
"filename": "mqttclient-v1.0.0.zip"
},
"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"
}
]
{
"version": "latest",
"URL": "https://github.com/jiejieTop/mqttclient_rtpkgs.git",
"filename": "mqttclient.zip",
"VER_SHA": "master"
}
]
}

0 comments on commit e181f73

Please sign in to comment.