mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
39 lines
936 B
JSON
39 lines
936 B
JSON
{
|
|
"name": "grpc-tools",
|
|
"version": "0.14.0-dev",
|
|
"author": "Google Inc.",
|
|
"description": "Tools for developing with gRPC on Node.js",
|
|
"homepage": "http://www.grpc.io/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/grpc/grpc.git"
|
|
},
|
|
"bugs": "https://github.com/grpc/grpc/issues",
|
|
"contributors": [
|
|
{
|
|
"name": "Michael Lumish",
|
|
"email": "mlumish@google.com"
|
|
}
|
|
],
|
|
"bin": {
|
|
"grpc-tools-protoc": "./bin/protoc.js"
|
|
},
|
|
"scripts": {
|
|
"install": "./node_modules/.bin/node-pre-gyp install"
|
|
},
|
|
"bundledDependencies": ["node-pre-gyp"],
|
|
"binary": {
|
|
"module_name": "grpc_tools",
|
|
"host": "https://storage.googleapis.com/",
|
|
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
|
|
"package_name": "{platform}-{arch}.tar.gz",
|
|
"module_path": "bin"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"bin/protoc.js",
|
|
"LICENSE"
|
|
],
|
|
"main": "index.js"
|
|
}
|