{
  "name": "nqtt",
  "version": "0.0.0",
  "description": "MQTT client for Node.js",
  "main": "lib/index.js",
  "author": "Jason Diamond",
  "license": "MIT",
  "repository": "https://github.com/jdiamond/xqtt",
  "keywords": [
    "mqtt"
  ],
  "dependencies": {
    "xqtt": "0.0.0"
  },
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-eslint": "8.2.3",
    "babel-jest": "23.0.1",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-preset-env": "1.7.0",
    "babel-preset-flow": "6.23.0",
    "eslint": "4.19.1",
    "eslint-plugin-flowtype": "2.49.3",
    "flow-bin": "0.76.0",
    "flow-typed": "2.5.1",
    "jest": "23.1.0"
  },
  "scripts": {
    "babel:watch": "npm run babel -- --watch",
    "babel": "babel src/ -d lib",
    "build": "npm run babel",
    "eslint": "eslint src",
    "flow:install": "flow-typed install",
    "flow": "flow",
    "jest:watch": "npm run jest -- --watch",
    "jest": "jest",
    "test": "npm run eslint && npm run flow && npm run jest"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "<rootDir>/flow-typed/",
      "<rootDir>/lib/",
      "<rootDir>/node_modules/"
    ]
  }
}
