mirror of https://github.com/grpc/grpc-node.git
Update package.json
This commit is contained in:
parent
71e5aa6b89
commit
367e23ed27
|
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "grpc-js",
|
"name": "grpc-js",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "gRPC client implementation in Node.js",
|
"description": "gRPC Library for Node - pure JS",
|
||||||
|
"homepage": "https://grpc.io/",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.3"
|
"node": ">=8.3"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue