UNPKG

ga-pubsub

Version:

It establishes data communication within and between the application or systems using event-driven architecture

38 lines (37 loc) 869 B
{ "name": "ga-pubsub", "version": "1.1.1", "description": "It establishes data communication within and between the application or systems using event-driven architecture", "main": "ga-pubsub.js", "scripts": { "test": "npx jest" }, "jest": { "testMatch": [ "**/?(*.)+(spec|test).js" ] }, "repository": { "type": "git", "url": "git+https://github.com/ajithrajg/GA-PubSub.git" }, "keywords": [ "publish", "subscribe", "pubsub", "live data", "event-driven architecture", "eventing manager", "Scalable", "Flexible" ], "author": "Ajithraj G", "license": "ISC", "bugs": { "url": "https://github.com/ajithrajg/GA-PubSub/issues" }, "homepage": "https://github.com/ajithrajg/GA-PubSub#readme", "devDependencies": { "jest": "^29.7.0" } }