26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"name": "CMMC MQTT Connector",
|
|
"keywords": "esp8266, mqtt, connectivity, iot",
|
|
"description": "ESP8266 MQTT Connector library.",
|
|
"authors": [
|
|
{
|
|
"name": "Nat Weerawan",
|
|
"email": "nat@cmmc.io",
|
|
"url": "http://cmmakerclub.com/",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cmmakerclub/MQTT-Connector.git"
|
|
},
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif",
|
|
"examples": [
|
|
"examples/*/*.h",
|
|
"examples/*/*.ino"
|
|
]
|
|
}
|