blob: 7051f1c8491125cc7475be7d917fb0fb4bb695f4 [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": {
"mocha": "~1.21.0",
"highland": "~2.0.0"
},
"main": "main.js"
}