{
    "name": "remote_event",
    "version": "0.0.2",
    "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"
    }
}
