UNPKG

eventing-bus

Version:
30 lines (29 loc) 733 B
{ "name": "eventing-bus", "version": "2.0.1", "description": "Simple event bus", "main": "index.js", "scripts": { "test": "mocha $(find ./test -type f -name '*.js')", "build": "for cfg in webpack/*.js; do webpack --config $cfg; done" }, "repository": { "type": "git", "url": "git+https://github.com/arkency/event-bus.git" }, "keywords": [ "eventing", "communication", "dataflow" ], "author": "Wiktor Mociun <voter101@gmail.com> (http://voter101.pl)", "license": "MIT", "bugs": { "url": "https://github.com/arkency/event-bus/issues" }, "homepage": "https://github.com/arkency/event-bus#readme", "devDependencies": { "mocha": "^8.0.1", "webpack": "^1.12.6" } }