mirror of https://github.com/grpc/grpc-node.git
18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
{
|
|
"name": "{{{name}}}",
|
|
"version": "{{{version}}}",
|
|
"author": "Google Inc.",
|
|
"description": "Client library for {{{name}}} built on gRPC",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"grpc": "{{{grpc_version}}}",
|
|
"google-auth-library": "^0.9.2"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js",
|
|
"service.json"
|
|
]
|
|
}
|