UNPKG

raptor-client

Version:

A transport-agnostic RPC client that follows the JSON-RPC 2.0 spec. Works in the browser and on the server.

36 lines (35 loc) 631 B
{ "name": "raptor-client", "version": "0.2.1", "license": "MIT", "repository": "LinusU/raptor-client", "author": "Linus Unnebäck <linus@folkdatorn.se>", "main": "index.js", "browser": "browser.js", "scripts": { "test": "standard && mocha" }, "devDependencies": { "mocha": "^3.1.0", "raptor-rpc": "^0.4.5", "standard": "^8.2.0", "ws": "^1.1.1" }, "dependencies": { "debug": "^2.2.0" }, "engines": { "node": ">= 0.12" }, "keywords": [ "json-rpc", "json-rpc2", "json", "jsonrpc-2.0", "jsonrpc", "jsonrpc2", "rpc", "rpc2", "client" ] }