{
  "name": "pubway",
  "version": "2.0.0",
  "description": "A library that manages side-effects from publish/subscription connections",
  "keywords": [
    "pubsub",
    "adapter"
  ],
  "contributors": [
    {
      "name": "Kurtis Rainbolt-Greene",
      "email": "kurtis@rainbolt-greene.online",
      "url": "https://kurtis.rainbolt-greene.online"
    }
  ],
  "license": "ISC",
  "homepage": "https://github.com/krainboltgreene/pubway.js#readme",
  "repository": "github:krainboltgreene/pubway.js",
  "bugs": "https://github.com/krainboltgreene/pubway.js/issues",
  "main": "transpiled/index.js",
  "files": [
    "transpiled/"
  ],
  "nyc": {
    "require": [
      "babel-register"
    ],
    "sourceMap": false,
    "instrument": false,
    "exclude": [
      "**/test.js"
    ]
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "test": "NODE_ENV=test tap --jobs-auto --100 './source/**/test.js'",
    "build": "babel './source/' -d './transpiled/'",
    "lint": "eslint './source/'",
    "check": "flow check",
    "ci": "npm run test && npm run lint && npm run check",
    "watch": "chokidar './source/' --command 'npm run ci --silent'"
  },
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.0",
    "babel-eslint": "8.0.3",
    "babel-plugin-istanbul": "4.1.5",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-flow": "6.23.0",
    "chokidar-cli": "1.2.0",
    "dom-test": "0.2.7",
    "eslint": "4.12.1",
    "eslint-plugin-babel": "4.1.2",
    "eslint-plugin-flowtype": "2.39.1",
    "eslint-plugin-immutable": "1.0.0",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-promise": "3.6.0",
    "flow": "0.2.3",
    "flow-bin": "0.60.1",
    "flow-typed": "2.2.3",
    "nyc": "11.3.0",
    "sinon": "2.1.0",
    "tap": "11.0.0"
  },
  "dependencies": {
    "@unction/mapvalues": "3.46.0",
    "@unction/thrush": "2.8.0",
    "ramda": "0.25.0"
  }
}
