eventif
Version:
Intelligent event emitter for nodejs - only handle events when they have 'the right stuff'
55 lines (54 loc) • 1.14 kB
JSON
{
"name": "eventif",
"description": "Intelligent event emitter for nodejs - only handle events when they have 'the right stuff'",
"version": "0.3.1",
"keywords": [
"event",
"events",
"match",
"emitter",
"EventEmitter",
"sql",
"jsql",
"search events",
"searchjs",
"conditional event",
"conditional events",
"conditional handler",
"conditional handlers",
"smart events",
"smart emitter",
"smart emitters",
"smart handler",
"smart handlers"
],
"license": "MIT",
"url": "http://github.com/deitch/eventif",
"author": "Avi Deitcher (https://github.com/deitch)",
"contributors": [
{
"name": "Avi Deitcher",
"url": "http://github.com/deitcher"
}
],
"engines": {
"node": ">=4.0"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "http://github.com/deitch/eventif.git"
},
"bugs": "https://github.com/deitch/eventif/issues",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.2",
"sinon": "^1.17.3"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"dependencies": {
"searchjs": "^0.7.2"
}
}