remote_event
Version:
Event System Based on ZMQ
21 lines (20 loc) • 452 B
JSON
{
"name": "remote_event",
"version": "0.0.4",
"description": "Event System Based on ZMQ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/aishenhu/RemoteEvent.git",
"keywords": [
"Event",
"Remote",
"ZMQ"
],
"author": "AishenHu",
"license": "BSD",
"dependencies": {
"zmq": "2.4.0"
}
}