aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
blob: 6317838295a68f08c248eb6e5718254dd5bd33d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "grpc-examples",
  "version": "0.1.0",
  "dependencies": {
    "async": "^1.5.2",
    "google-protobuf": "^3.0.0",
    "grpc": "^1.0.0",
    "lodash": "^4.6.1",
    "minimist": "^1.2.0"
  }
}