{
  "name": "firebase-udp-bridge",
  "version": "0.0.2",
  "description": "Allows clients to connect and interact with Firebase over UDP",
  "devDependencies": {
    "del": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-jasmine": "^2.2.1",
    "gulp-jshint": "^2.0.0",
    "gulp-replace": "^0.5.4",
    "gutil": "^1.6.4",
    "istanbul": "^0.4.2",
    "jasmine": "^2.4.1",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0",
    "replace": "^0.3.0"
  },
  "dependencies": {
    "check-update": "0.0.8",
    "check-update-github": "0.0.3",
    "colors": "^1.0.3",
    "commander": "^2.5.0",
    "firebase": "^2.4.0",
    "hexdump-nodejs": "^0.1.0",
    "node-uuid": "^1.4.7",
    "q": "^1.4.1",
    "underscore": "^1.8.3",
    "winston": "^2.2.0",
    "winston-loggly": "^1.3.1"
  },
  "scripts": {
    "start": "server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lukevenediger/firebase-udp-bridge/"
  },
  "bugs": {
    "url": "https://github.com/lukevenediger/firebase-udp-bridge/issues/"
  },
  "bin": {},
  "homepage": "https://github.com/lukevenediger/firebase-udp-bridge/",
  "keywords": [
    "firebase",
    "iot",
    "udp",
    "internet-of-things"
  ],
  "author": {
    "name": "Luke Venediger",
    "email": "lukev@lukev.net",
    "url": "https://github.com/lukevenediger/"
  },
  "license": "MIT"
}
