event-pubsub/package.json

30 lines
785 B
JSON
Raw Permalink Normal View History

2014-03-01 03:23:59 -08:00
{
"name": "event-pubsub",
2016-07-11 04:34:27 -07:00
"version": "1.0.6",
2014-03-01 03:23:59 -08:00
"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",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RIAEvangelist/event-pubsub.git"
},
"keywords": [
"event",
"events",
"pubsub",
"node",
"browser"
],
"author": "Brandon Nozaki Miller",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/RIAEvangelist/event-pubsub/issues"
},
"homepage": "https://github.com/RIAEvangelist/event-pubsub"
}