UNPKG

illyria

Version:

The next generation Illyria RPC SDK for node.js.

46 lines (45 loc) 1.03 kB
{ "name": "illyria", "version": "2.3.0", "description": "The next generation Illyria RPC SDK for node.js.", "main": "index.js", "scripts": { "test": "ZK_NO_WARN=true mocha" }, "repository": { "type": "git", "url": "https://github.com/XadillaX/illyria2.git" }, "keywords": [ "illyria", "RPC", "server" ], "bin": { "illyria": "bin/illyria" }, "author": "libin <bin.li@upai.com> (http://huaban.com/)", "contributors": [ "XadillaX <kaidi.zhu@huaban.com> (http://xcoder.in/)", "ADoyle <bowen.cai@huaban.com> (https://github.com/adoyle-h)" ], "license": "MIT", "dependencies": { "async": "1.5.2", "enum": "2.1.0", "eventemitter2": "1.0.3", "msgpack": "1.0.2", "node-zookeeper-client": "0.2.2", "nomnom": "1.8.1", "sugar": "1.4.1", "term-color": "1.0.1" }, "devDependencies": { "coveralls": "2.11.9", "illyria": "1.1.2", "istanbul": "0.4.3", "mocha": "2.4.5", "scarlet-task": "0.1.0", "should": "8.3.1" } }