pubsub-ma
Version:
Publish-Subscribe Pattern. (Aka: Observer or Event Emitter)
26 lines (25 loc) • 634 B
JSON
{
"name": "pubsub-ma",
"version": "1.2.25",
"description": "Publish-Subscribe Pattern. (Aka: Observer or Event Emitter)",
"main": "pubsub-ma.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-ahmadi/pubsub.git"
},
"keywords": [
"pubsub",
"observer",
"custom-events",
"publish-subscribe"
],
"author": "Mohammad Ahmadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-ahmadi/pubsub/issues"
},
"homepage": "https://github.com/m-ahmadi/pubsub#readme"
}