mqttjs-mongeriot
Version:
A javascript library that allows you to send mqtt commands to an mqtt server.
26 lines (25 loc) • 593 B
JSON
{
"name": "mqttjs-mongeriot",
"version": "1.0.0",
"description": "A javascript library that allows you to send mqtt commands to an mqtt server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"author": "rlmonger",
"license": "ISC",
"keywords": [
"IOT",
"MQTT",
"SERVER",
"CLIENT",
"COMMANDS"
],
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"paho-mqtt": "^1.1.0"
}
}