{
  "name": "em-async-events",
  "version": "2.2.4",
  "description": "Easier and more useful events system that has a Vue2.x plugin. Features include async events and listeners, expirable, lingering and catch-up async events and listeners (auto-removed), and a customizable atomic API.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emahuni/em-async-events.git"
  },
  "keywords": [
    "vue",
    "events",
    "global events",
    "event bus",
    "events system",
    "async",
    "hook",
    "broadcast"
  ],
  "author": "Emmanuel Mahuni <emahuni@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/emahuni/em-async-events/issues"
  },
  "homepage": "https://github.com/emahuni/em-async-events#readme",
  "dependencies": {
    "@emahuni/clone-deep": "^5.1.3",
    "ispromise": "^1.1.0",
    "line-stack": "^0.1",
    "lodash": "^4.17",
    "smart-timeout": "^2.7.1"
  },
  "devDependencies": {
    "@types/chai-as-promised": "^7.1.4",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "chai-changes": "^1.3.6",
    "chai-jest": "^1.0.2",
    "chai-jest-snapshot": "^2.0.0",
    "chai-match-pattern": "^1.2.0",
    "jest": "^27.0.6",
    "jest-extended": "^0.11.5",
    "jest-sinon": "^1.0.4",
    "sinon": "^11.1.2",
    "sinon-chai": "^3.7.0"
  }
}
