Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grpc/grpc into port
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 27, 2015
2 parents 75ab7b8 + ebd9013 commit 3b05378
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/node/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"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"
Expand Down

0 comments on commit 3b05378

Please sign in to comment.