UNPKG

remjson

Version:

JSON-RPC 1.0/2.0 compliant server and client

92 lines (91 loc) 1.99 kB
{ "name": "remjson", "version": "1.3.5", "description": "JSON-RPC 1.0/2.0 compliant server and client", "license": "MIT", "keywords": [ "jsonrpc", "json-rpc", "rpc", "json", "jsonrpc-2.0", "jsonrpc-1.0", "middleware", "connect", "express", "fork", "distributed", "relay", "http", "tcp", "https", "tls", "api" ], "author": [ "Yuan Tao <towyuan@outlook.com>", "Tedde Lundgren <mail@tedeh.net> (http://tedeh.net)" ], "maintainers": [ "Yuan Tao <towyuan@outlook.com>", "Tedde Lundgren <mail@tedeh.net> (http://tedeh.net)" ], "bin": "./bin/remjson.js", "repository": { "type": "git", "url": "git://github.com/taoyuan/remjson.git" }, "bugs": "https://github.com/taoyuan/remjson/issues", "main": "index", "engines": { "node": ">= 0.4.0" }, "contributors": [ "Yuan Tao <towyuan@outlook.com>", "Tedde Lundgren <mail@tedeh.net> (http://tedeh.net)", "Daniel Vicory <dvicory@gmail.com> (http://bzfx.net)", "Jonathan Liu <net147@gmail.com>" ], "scripts": { "prepublish": "gulp prepublish", "test": "gulp" }, "config": { "blanket": { "pattern": "lib", "data-cover-never": [ "node_modules", "public" ], "data-cover-reporter-options": { "shortnames": false } } }, "dependencies": { "JSONStream": "1.0.7", "commander": "2.9.0", "errors": "^0.3.0", "eyes": "0.1.8", "lodash": "3.10.1", "mqttr": "^1.1.2" }, "devDependencies": { "body-parser": "^1.14.2", "connect": "3.4.0", "gulp": "^3.9.0", "gulp-coveralls": "^0.1.4", "gulp-exclude-gitignore": "^1.0.0", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "gulp-nsp": "^2.2.1", "gulp-plumber": "^1.0.1", "mocha": "2.3.4", "mosca": "taoyuan/mosca", "pass-stream": "0.1.3", "should": "8.0.2" }, "optionalDependencies": { "logs": "^1.0.0" } }