aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/package.json
blob: 028dc20555b2b1df64622a1d8884252dbd08b6c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "grpc",
  "version": "0.1.0",
  "description": "gRPC Library for Node",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "~1.3.0",
    "protobufjs": "murgatroid99/ProtoBuf.js",
    "underscore": "^1.7.0",
    "underscore.string": "^3.0.0"
  },
  "devDependencies": {
    "mocha": "~1.21.0",
    "minimist": "^1.1.0"
  },
  "main": "index.js"
}