{
  "name": "nsolid-proxy",
  "version": "3.4.2",
  "description": "The proxy portion of the N|Solid Hub.",
  "main": "proxy.js",
  "scripts": {
    "test": "nsolid test/index.js && standard",
    "start": "nsolid proxy.js",
    "dev": "NODE_DEBUG=nsolid nsolid proxy.js"
  },
  "bin": {
    "nsolid-proxy" : "proxy.js"
  },
  "dependencies": {
    "nsolid-listener": "git+ssh://git@github.com:nodesource/nsolid-listener#master",
    "nsolid-registry-etcd": "git+ssh://git@github.com:nodesource/nsolid-registry-etcd.git#master",
    "nsolid-rpcclient": "git+ssh://git@github.com:nodesource/nsolid-rpcclient#master",
    "rc": "~1.1.0",
    "through2": "~2.0.0"
  },
  "author": "NodeSource",
  "license": "See LICENSE in LICENSE",
  "devDependencies": {
    "standard": "~5.4.1",
    "tape": "~4.2.0",
    "terminus": "~1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nodesource/nsolid-proxy.git"
  },
  "bugs": {
    "url": "https://github.com/nodesource/nsolid-proxy/issues"
  },
  "homepage": "https://github.com/nodesource/nsolid-proxy"
}
