{
  "name": "phant-output-udp",
  "version": "2.0.3",
  "main": "lib/phant-output-udp.js",
  "description": "udp output for phant",
  "homepage": "https://github.com/sparkfun/phant-output-udp",
  "bugs": "https://github.com/sparkfun/phant-output-udp/issues",
  "author": {
    "name": "Todd Treece",
    "email": "todd@uniontownlabs.org",
    "url": "http://uniontownlabs.org"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sparkfun/phant-output-udp"
  },
  "license": "GPL-3.0",
  "keywords": [
    "data",
    "phant",
    "IoT",
    "UDP"
  ],
  "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": "UDP",
    "options": [
      {
        "label": "Host",
        "name": "host",
        "default": "localhost",
        "type": "text",
        "description": "IP or hostname of UDP server."
      },
      {
        "label": "Port",
        "name": "port",
        "default": "8002",
        "type": "number",
        "description": "The port the UDP server is listening on."
      },
      {
        "label": "Keychain",
        "name": "keychain",
        "default": "phant-keychain-hex",
        "type": "select",
        "require": "keychain",
        "description": "The phant keychain module to use"
      }
    ]
  }
}
