{
  "name": "mqttjs",
  "version": "0.0.0",
  "description": "Deprecated - see mqtt instead",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "echo \"Warning: this package is deprecated, please install package 'mqtt' instead\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adamvr/MQTT.js"
  },
  "keywords": [
    "mqtt",
    "pub",
    "sub",
    "publish",
    "subscribe"
  ],
  "author": {
    "name": "Adam Rudd"
  },
  "license": "BSD",
  "readme": "# mqttjs\n\n## Deprecation warning\n\nThis package is deprecated, please use `mqtt` instead. Install using:\n\n    npm install mqtt\n",
  "readmeFilename": "README.md",
  "_id": "mqttjs@0.0.0",
  "_from": "mqttjs@"
}
