UNPKG

axon-rpc

Version:

Remote procedure calls built on top of axon.

39 lines (38 loc) 744 B
{ "name": "axon-rpc", "version": "0.0.3", "description": "Remote procedure calls built on top of axon.", "keywords": [ "axon", "rpc", "cloud" ], "author": "TJ Holowaychuk <tj@learnboost.com>", "contributors": [ { "name": "Bret Copeland", "email": "bret@atlantisflight.org", "url": "https://github.com/bretcope" } ], "dependencies": { "debug": "*", "commander": "1.0.5" }, "devDependencies": { "axon": "2.0.0", "better-assert": "*", "mocha": "*" }, "bin": { "arpc": "bin/arpc" }, "main": "index", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/visionmedia/axon-rpc.git" } }