illyria-node
Version:
illyria node client & server
32 lines (31 loc) • 728 B
JSON
{
"name": "illyria-node",
"version": "1.0.0",
"description": "illyria node client & server",
"main": "lib/index.js",
"engines": {
"node": ">=0.8.26"
},
"repository": {
"type": "git",
"url": "ssh://gitlab@gitlab.widget-inc.com:65422/huaban/illyria-node.git"
},
"keywords": [
"illyria",
"tcp",
"rpc",
"client",
"server"
],
"dependencies": {
"msgpack": "0.2.x",
"underscore": "1.6.0",
"eventemitter2": "~0.4.11"
},
"author": "libin <bin.li@upai.com>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"readme": "illyria-node",
"license": "BSD"
}