UNPKG

raptor-rpc

Version:

Raptor RPC is a transport-agnostic RPC server with middleware support and an easy to use api. It will allow you to have a server up and running in a matter of minutes, without limiting you to a specific transport.

35 lines (34 loc) 625 B
{ "name": "raptor-rpc", "version": "0.4.5", "author": "Linus Unnebäck <linus@folkdatorn.se>", "license": "MIT", "repository": "LinusU/raptor-rpc", "devDependencies": { "mocha": "^3.0.2", "standard": "^8.1.0" }, "scripts": { "test": "standard && mocha" }, "dependencies": { "debug": "^2.2.0", "get-stream": "^2.3.1", "has-own-property": "^1.0.0", "is-my-json-valid": "^2.14.0" }, "engines": { "node": ">= 0.12" }, "keywords": [ "json-rpc", "json-rpc2", "json", "jsonrpc-2.0", "jsonrpc", "jsonrpc2", "rpc", "rpc2", "server" ] }