homie-device
Version:
Homie Device for NodeJS
47 lines (46 loc) • 948 B
JSON
{
"name": "homie-device",
"description": "Homie Device for NodeJS",
"version": "3.0.1",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com",
"url": "https://github.com/lorenwest"
},
"main": "./lib/homieDevice",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/microclimates/homie-device.git"
},
"keywords": [
"Homie",
"MQTT",
"IoT",
"RaspberryPi",
"Mosquitto",
"HiveMQ",
"WebSphereMQ",
"ActiveMQ",
"RabbitMQ"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0",
"nyc": "^14.0.0",
"proxyquire": "^1.8.0",
"watch": "^1.0.2"
},
"dependencies": {
"lodash": "^4.13.1",
"mqtt": "^2.11.0"
},
"scripts": {
"watch": "watch 'npm run test' .",
"test": "mocha",
"coverage": "nyc --reporter=text mocha"
}
}