pub-sub
Version:
A small library that implements pub/sub in JavaScript.
41 lines (39 loc) • 900 B
JSON
{
"name": "pub-sub",
"version": "0.1.13",
"author": "Phil Booth <pmbooth@gmail.com>",
"description": "A small library that implements pub/sub in JavaScript.",
"contributors": {
"name": "Phil Booth",
"email": "pmbooth@gmail.com"
},
"main": "./src/pub-sub.js",
"repository": {
"type": "git",
"url": "https://github.com/philbooth/pub-sub.js"
},
"keywords": [
"pub sub",
"publish",
"subscribe",
"observer",
"mediator",
"events",
"decoupling"
],
"dependencies": {
"check-types": "0.3.x"
},
"devDependencies": {
"jake": "0.5.x",
"jshint": "1.0.x",
"mocha": "1.8.x",
"chai": "1.5.x",
"spooks": "0.5.x",
"uglify-js": "2.2.x"
},
"license": "MIT",
"scripts": {
"test": "jake test"
}
}