{
  "name": "qrpc",
  "version": "1.1.6",
  "description": "very fast nodejs remote procedure call",
  "main": "index.js",
  "author": "Andras",
  "license": "Apache 2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/andrasq/node-qrpc"
  },
  "keywords": [
    "quick",
    "very fast",
    "fast",
    "rpc",
    "remote",
    "procedure",
    "call"
  ],
  "scripts": {
    "test": "qnit test",
    "coverage": "nyc --reporter text --reporter lcov qnit test*",
    "clean": "rm -rf .nyc_output coverage/",
    "coveralls": "nyc --reporter text-lcov npm test | coveralls"
  },
  "bugs": {
    "url": "https://github.com/andrasq/node-qrpc/issues"
  },
  "homepage": "https://github.com/andrasq/node-qrpc",
  "dependencies": {
    "mongoid-js": "1.1.0",
    "qinvoke": "0.11.1"
  },
  "devDependencies": {
    "qnit": "0.15.1"
  }
}
