{
  "name": "aedes",
  "version": "0.35.0",
  "description": "Stream-based MQTT broker",
  "main": "aedes.js",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "standard",
    "tslint": "tslint types/**/*.d.ts",
    "typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
    "typescript-compile-execute": "node test/typescript/*.js",
    "typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute",
    "test": "tape test/*.js test/*/*.js | faucet",
    "ci": "npm run lint &&  npm run typescript-test && npm run coverage",
    "coverage": "istanbul cover tape test/*.js test/*/*.js",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "pre-commit": [
    "lint",
    "tslint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mcollina/aedes.git"
  },
  "bugs": {
    "url": "http://github.com/mcollina/aedes/issues"
  },
  "keywords": [
    "mqtt",
    "broker",
    "stream",
    "internet",
    "of",
    "things"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^8.10.0",
    "compute-mode": "^1.0.0",
    "concat-stream": "^1.6.2",
    "convert-hrtime": "^2.0.0",
    "coveralls": "^3.0.1",
    "duplexify": "^3.6.0",
    "faucet": "0.0.1",
    "istanbul": "^0.4.1",
    "mqtt": "^2.18.0",
    "mqtt-connection": "^3.2.0",
    "pre-commit": "^1.0.10",
    "standard": "^11.0.0",
    "tape": "^4.9.0",
    "tslint": "^5.10.0",
    "tslint-config-standard": "^7.0.0",
    "typescript": "^2.8.3",
    "websocket-stream": "^5.1.2"
  },
  "dependencies": {
    "aedes-packet": "^1.0.0",
    "aedes-persistence": "^5.1.1",
    "bulk-write-stream": "^1.1.4",
    "end-of-stream": "^1.4.1",
    "fastfall": "^1.0.0",
    "fastparallel": "^2.0.0",
    "fastseries": "^1.5.0",
    "from2": "^2.1.0",
    "mqemitter": "^2.2.0",
    "mqtt-packet": "^5.6.0",
    "pump": "^3.0.0",
    "retimer": "^1.1.0",
    "reusify": "^1.0.4",
    "safe-buffer": "^5.1.2",
    "shortid": "^2.1.3",
    "through2": "^2.0.0",
    "uuid": "^3.2.1",
    "xtend": "^4.0.1"
  }
}
