blob: a2940b29bbc8cbe0b0bb044beab4ed238baca3ea [file] [log] [blame]
murgatroid99e5061512015-01-12 18:14:35 -08001{
2 "name": "grpc",
3 "version": "0.1.0",
4 "description": "gRPC Library for Node",
5 "scripts": {
6 "test": "./node_modules/mocha/bin/mocha"
7 },
8 "dependencies": {
9 "bindings": "^1.2.1",
10 "nan": "~1.3.0",
11 "underscore": "^1.7.0"
12 },
13 "devDependencies": {
14 "mocha": "~1.21.0",
15 "highland": "~2.0.0",
16 "protobufjs": "~3.8.0"
17 }
18}