Update package.json

This commit is contained in:
Nicolas Noble 2017-08-02 15:15:47 -07:00 committed by GitHub
parent 71e5aa6b89
commit 367e23ed27
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
{
"name": "grpc-js",
"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",
"private": true,
"engines": {
"node": ">=8.3"
},