mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"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",
|
|
"underscore": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.21.0",
|
|
"highland": "~2.0.0",
|
|
"protobufjs": "~3.8.0"
|
|
}
|
|
}
|