event-pubsub/package.json

30 lines
897 B
JSON
Raw Normal View History

2014-03-01 03:23:59 -08:00
{
"name": "event-pubsub",
2016-10-05 23:27:45 -07:00
"version": "4.2.2",
2016-09-30 03:58:44 -07:00
"description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!",
2014-03-01 03:23:59 -08:00
"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"
}