mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
27 lines
606 B
JSON
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"
|
||
|
}
|