mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-05 09:31:42 -05:00
28 lines
602 B
JSON
28 lines
602 B
JSON
{
|
|
"name": "event-pubsub",
|
|
"description": "Pubsub events for Node and the browser allowing event scoping and multiple scopes. Easy for any developer level. No frills, just high speed pubsub events!",
|
|
"main": "event-pubsub.js",
|
|
"authors": [
|
|
"Brandon Nozaki Miller"
|
|
],
|
|
"license": "DBAD",
|
|
"keywords": [
|
|
"event",
|
|
"events",
|
|
"pubsub",
|
|
"node",
|
|
"browser"
|
|
],
|
|
"homepage": "https://github.com/RIAEvangelist/event-pubsub",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|