{
  "name": "event-emitter-manager",
  "version": "0.1.10",
  "description": "This package will provide auxiliary method's to manage EventEmitter and avoid possible Memory Leak problem.",
  "main": "app.js",
  "repository":{
    "type": "git",
    "url": "https://github.com/douglasbarbosadelima/event-emitter-manager"
  },
  "scripts": {
    "test": "mocha test/index.js",
    "coverage": "nyc npm run test"
  },
  "author": "Douglas Barbosa de Lima",
  "license": "ISC",
  "dependencies": {
    "chai": "^4.2.0",
    "chalk": "^2.4.2",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1"
  }
}
