ngn-rpc
Version:
RPC service. Originally based on axon-rpc. Rewritten for NGN.
38 lines (37 loc) • 829 B
JSON
{
"name": "ngn-rpc",
"version": "0.1.6",
"description": "RPC service. Originally based on axon-rpc. Rewritten for NGN.",
"keywords": ["axon", "rpc", "cloud", "ngn"],
"author": "TJ Holowaychuk <tj@learnboost.com>",
"contributors":[
"Corey Butler <corey@nodengn.com>"
],
"scripts": {
"test": "tape test/**/*.js | tap-spec && snazzy --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/ngnjs/ngn-rpc.git"
},
"dependencies": {
"axon": "2.0.2",
"debug": "*"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"snazzy": "^2.0.1",
"standard": "^5.3.1",
"standard-tap": "^1.0.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"_*",
"_**/*"
]
},
"main": "index"
}