custom-event-js
Version:
Custom Event Dispatcher
28 lines (27 loc) • 515 B
JSON
{
"name": "custom-event-js",
"version": "1.1.1",
"license": "MIT",
"description": "Custom Event Dispatcher",
"main": "./src/custom-event.js",
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "https://github.com/shystruk/custom-event-js"
},
"keywords": [
"Custom Event",
"custom-event",
"events",
"dispatcher",
"event dispatcher",
"event bus"
],
"author": {
"name": "Vasyl Stokolosa",
"email": "v.stokol@gmail.com",
"url": "https://github.com/shystruk"
}
}