UNPKG

covjs

Version:

A super lightweight pub-sub module

36 lines (35 loc) 711 B
{ "name": "covjs", "version": "2.0.1", "description": "A super lightweight pub-sub module", "main": "cov.js", "scripts": { "test:watch": "jest --watch", "test": "jest --coverage --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/devor/covjs.git" }, "author": { "email": "davedevor@gmail.com", "name": "Dave Devor" }, "license": "ISC", "bugs": { "url": "https://github.com/devor/covjs/issues" }, "homepage": "https://github.com/devor/covjs#readme", "keywords": [ "pub sub", "publish", "subscribe", "observer", "mediator", "events", "decoupling" ], "devDependencies": { "jest": "^26.6.3" } }