UNPKG

rerpc

Version:

a simplified and flexible RPC system with unified model for client-to-server and server-to-server communication on top of HTTP and/or Socket.IO

48 lines (47 loc) 1.2 kB
{ "name": "rerpc", "version": "0.13.1", "description": "a simplified and flexible RPC system with unified model for client-to-server and server-to-server communication on top of HTTP and/or Socket.IO", "keywords": [ "RPC", "RMI", "HTTP", "fetch", "Express", "Socket.IO" ], "main": "./lib/server/index.js", "scripts": { "dev": "nodemon samples/server.js", "format": "eslint --fix .", "test": "tape ./test/*.test.js | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/naderio/rerpc.git" }, "author": "Nader Toukabri <ping@nader.tech>", "license": "Unlicense", "bugs": { "url": "https://github.com/naderio/rerpc/issues" }, "homepage": "https://github.com/naderio/rerpc#readme", "dependencies": { "debug": "^3.1.0" }, "devDependencies": { "eslint": "^4.9.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "express": "~4.16.0", "isomorphic-fetch": "^2.2.1", "nodemon": "^1.12.1", "socket.io": "~2.0.0", "socket.io-client": "~2.0.0", "tap-spec": "^4.1.1", "tape": "^4.8.0" }, "engines": { "node": ">=8.0.0" } }