{
  "name": "pubsub-ma",
  "description": "Publish-Subscribe Pattern. (Aka: Observer or Event Emitter)",
  "main": "index.js",
  "authors": [
    "Mohammad Ahmadi"
  ],
  "license": "MIT",
  "keywords": [
    "pubsub",
    "observer",
    "custom-events",
    "publish-subscribe"
  ],
  "homepage": "https://github.com/m-ahmadi/pubsub",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
