UNPKG

@deathbyjer/react-event-manager

Version:

Handle custom events in react and enable components to broadcast and consume dynamic messaging

34 lines (33 loc) 866 B
{ "name": "@deathbyjer/react-event-manager", "version": "0.1.2", "description": "Handle custom events in react and enable components to broadcast and consume dynamic messaging", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src -d dist" }, "repository": { "type": "git", "url": "git+https://github.com/deathbyjer/react-event-manager.git" }, "keywords": [ "react", "event", "event-manager", "manager" ], "author": "Jeremy Linder", "license": "ISC", "bugs": { "url": "https://github.com/deathbyjer/react-event-manager/issues" }, "homepage": "https://github.com/deathbyjer/react-event-manager#readme", "dependencies": { "react": ">=16.8.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1" } }