Skip to content
Snippets Groups Projects
Commit ebd90138 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #861 from murgatroid99/node_package_repo_info

Added useful information and links to Node's package.json
parents 5c0f4d5e c8330f86
No related branches found
No related tags found
No related merge requests found
{
"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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment