aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
blob: b295cf416e470b2f152f0cc4e18cca98fd5c3a19 (plain)
1
2
3
4
5
6
7
8
{
  "name": "grpc-examples",
  "version": "0.1.0",
  "dependencies": {
    "grpc": "0.13.0",
    "minimist": "^1.2.0"
  }
}