global-event-handler
Version:
A hierarchical global event handler. Runs as its own fork or standalone server and syncs events acros forks and or servers
31 lines (30 loc) • 732 B
JSON
{
"version": "0.0.14",
"name": "global-event-handler",
"description": "A hierarchical global event handler. Runs as its own fork or standalone server and syncs events acros forks and or servers",
"keywords": [
"global",
"event",
"handler",
"forks",
"cluster"
],
"author": "Aidan Grace",
"repository": {
"type": "git",
"url": "https://github.com/ratscrew/globalEventHandler.git"
},
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"dependencies": {
"concurrently": "^2.0.0",
"death": "^1.0.0",
"json-socket": "^0.1.2",
"performance-now": "^0.2.0",
"rxjs": "^5.2.0",
"typescript": "^1.8.9",
"typings": "^0.7.11"
}
}