{
  "_from": "mqtt@0.3.9",
  "_id": "mqtt@0.3.9",
  "_inBundle": false,
  "_integrity": "sha1-WNXroJbHI3JMxLUMmvLvhV4amVM=",
  "_location": "/mqtt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mqtt@0.3.9",
    "name": "mqtt",
    "escapedName": "mqtt",
    "rawSpec": "0.3.9",
    "saveSpec": null,
    "fetchSpec": "0.3.9"
  },
  "_requiredBy": [
    "/pomelo"
  ],
  "_resolved": "http://registry.npmjs.org/mqtt/-/mqtt-0.3.9.tgz",
  "_shasum": "58d5eba096c723724cc4b50c9af2ef855e1a9953",
  "_spec": "mqtt@0.3.9",
  "_where": "D:\\pomelo\\chatofpomelo-websocket\\game-server\\node_modules\\pomelo",
  "author": {
    "name": "Adam Rudd",
    "email": "adam.rudd@uqconnect.edu.au"
  },
  "bin": {
    "mqtt_pub": "./bin/mqtt_pub",
    "mqtt_sub": "./bin/mqtt_sub"
  },
  "browser": {
    "./lib/mqtt.js": "./lib/browser.js",
    "./lib/parsing_utils.js": "./lib/parsing_utils_browser.js"
  },
  "bugs": {
    "url": "https://github.com/adamvr/MQTT.js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matteo Collina",
      "email": "matteo.collina@gmail.com",
      "url": "https://github.com/mcollina"
    }
  ],
  "dependencies": {
    "bops": "~0.1.1",
    "readable-stream": "~1.0.2"
  },
  "deprecated": false,
  "description": "A library for the MQTT protocol",
  "devDependencies": {
    "mocha": "*",
    "pre-commit": "0.0.7",
    "should": "*",
    "sinon": "~1.10.0"
  },
  "engines": {
    "node": ">=0.8.6"
  },
  "homepage": "https://github.com/adamvr/MQTT.js#readme",
  "keywords": [
    "mqtt",
    "publish/subscribe",
    "publish",
    "subscribe"
  ],
  "main": "index.js",
  "name": "mqtt",
  "pre-commit": "test",
  "repository": {
    "type": "git",
    "url": "git://github.com/adamvr/MQTT.js.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.3.9"
}
