UNPKG

phant-input-mqtt

Version:
61 lines (60 loc) 1.44 kB
{ "name": "phant-input-mqtt", "version": "3.0.3", "main": "lib/phant-input-mqtt.js", "description": "mqtt input for phant", "homepage": "https://github.com/sparkfun/phant-input-mqtt", "bugs": "https://github.com/sparkfun/phant-input-mqtt/issues", "author": { "name": "Todd Treece", "email": "todd@uniontownlabs.org", "url": "http://uniontownlabs.org" }, "repository": { "type": "git", "url": "git://github.com/sparkfun/phant-input-mqtt" }, "license": "GPL-3.0", "keywords": [ "data", "phant", "IoT", "MQTT" ], "engines": { "node": "^0.10.30" }, "devDependencies": { "grunt": "^0.4.4", "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-watch": "^0.6.0", "time-grunt": "^0.2.10", "load-grunt-tasks": "^0.4.0", "jshint-stylish": "^0.1.5", "grunt-jsbeautifier": "^0.2.7" }, "phantConfig": { "name": "MQTT", "options": [ { "label": "Port", "name": "port", "default": "1883", "type": "number", "description": "The TCP port to listen on." }, { "label": "Keychain", "name": "keychain", "default": "phant-keychain-hex", "type": "select", "require": "keychain", "description": "The phant keychain module to use" } ] }, "peerDependencies": { "phant-server-mqtt": "^2.0.0" } }