aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 09:44:23 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 09:44:23 -0800
commit3b0537875f12978b58f664114197bcd80f8b250e (patch)
treed011730b62f90b086c717033e9ff4664f9af2b94
parent75ab7b8fa106e66d85ee1125c7586344045d2f64 (diff)
parentebd901389aacad80a0a0ad3b05d7334f2d10a14f (diff)
Merge branch 'master' of github.com:grpc/grpc into port
-rw-r--r--src/node/package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/node/package.json b/src/node/package.json
index 8e0a7bdb25..0ef1c990b1 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -1,14 +1,24 @@
{
"name": "grpc",
- "version": "0.5.0",
+ "version": "0.5.1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
+ "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"
}
],
+ "directories": {
+ "lib": "src",
+ "example": "examples"
+ },
"scripts": {
"lint": "node ./node_modules/jshint/bin/jshint src test examples interop index.js",
"test": "node ./node_modules/mocha/bin/mocha && npm run-script lint"