blob: 5f3c6fa3455d29719fae7f212457531bbe95641b [file] [log] [blame]
{
"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": {
"highland": "~2.2.0",
"mocha": "~1.21.0",
"minimist": "^1.1.0"
},
"main": "main.js"
}