IOTConnect-Web/node_modules/paho-mqtt/package.json
2024-05-09 09:49:52 +08:00

27 lines
606 B
JSON

{
"name": "paho-mqtt",
"version": "1.1.0",
"description": "Eclipse Paho JavaScript MQTT client for Browsers",
"main": "paho-mqtt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse/paho.mqtt.javascript.git"
},
"keywords": [
"mqtt",
"paho",
"eclipse",
"iot",
"m2m"
],
"author": "Andrew Banks (Initial Author)",
"license": "EPL-1.0",
"bugs": {
"url": "https://github.com/eclipse/paho.mqtt.javascript/issues"
},
"homepage": "https://github.com/eclipse/paho.mqtt.javascript#readme"
}