{
  "name": "git-deps",
  "version": "0.0.1",
  "dependencies": {
    "file-dep": "file:../node",
    "some-dep": "https://github.com/joyent/node.git",
    "other-dep": "git+ssh://git@github.com:nodesecurity/nsp.git",
    "short-url-dep": "nodesecurity/nsp.git"
  }
}


