{
  "name": "oja",
  "version": "1.2.1",
  "description": "Lightweight pub/sub module with event backlog, timeout support that maps events to promises and back as well as chains them to other topics and flows.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test",
    "test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
    "lint": "eslint --quiet -c .eslintrc *.js",
    "lint-fix": "eslint --fix *.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dimichgh/oja.git"
  },
  "keywords": [
    "stream",
    "flow",
    "pub",
    "sub",
    "pub-sub",
    "event",
    "eventemitter",
    "emitter"
  ],
  "author": "Dmytro Semenov <dimichsdg@yahoo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dimichgh/oja/issues"
  },
  "homepage": "https://github.com/dimichgh/oja#readme",
  "devDependencies": {
    "async": "^2.5.0",
    "eslint": "^5.16.0",
    "eslint-config-ebay": "^1.0.0",
    "eslint-plugin-mocha": "^5.3.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4"
  },
  "dependencies": {
    "request-local": "^1.0.4"
  }
}
