emmiter
Version:
dead simple event emitter
40 lines (39 loc) • 648 B
JSON
{
"name": "emmiter",
"version": "0.0.3",
"homepage": "https://github.com/antixrist/emmiter",
"authors": [
"antixrist (https://github.com/antixrist)"
],
"description": "Dead simple event emitter",
"main": "dist/emmiter.min.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"emitter",
"dispatcher",
"event",
"namespace",
"ns",
"on",
"one",
"once",
"off",
"bind",
"unbind",
"emit",
"trigger",
"addListener",
"removeListener"
],
"license": "WTFPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}