{
  "name": "rpc-http",
  "version": "3.1.0",
  "description": "dead simple rpc over http",
  "main": "server.js",
  "browser": "browser.js",
  "scripts": {
    "test": "tape test.js",
    "start": "node server.js"
  },
  "author": "David Björklund <david.bjorklund@gmail.com> (http://davidbjorklund.com/)",
  "license": "MIT",
  "dependencies": {
    "collect-stream": "^1.0.0",
    "core-util-is": "^1.0.1",
    "flat": "^2.0.1",
    "object-filter": "^1.0.2",
    "request": "^2.79.0",
    "serialize-error": "^2.1.0",
    "xhr": "^2.3.1"
  },
  "devDependencies": {
    "json-extended": "^1.0.2",
    "tape": "^4.6.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/micnews/rpc-http.git"
  },
  "bugs": {
    "url": "https://github.com/micnews/rpc-http/issues"
  },
  "homepage": "https://github.com/micnews/rpc-http"
}
