blob: 8e0a7bdb25c5948eb2f6dd796ad178602114991f [file] [log] [blame]
{
"name": "grpc",
"version": "0.5.0",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"contributors": [
{
"name": "Michael Lumish",
"email": "mlumish@google.com"
}
],
"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"
},
"dependencies": {
"bindings": "^1.2.1",
"jshint": "^2.5.5",
"nan": "~1.3.0",
"protobufjs": "murgatroid99/ProtoBuf.js",
"underscore": "^1.7.0",
"underscore.string": "^3.0.0"
},
"devDependencies": {
"async": "^0.9.0",
"google-auth-library": "^0.9.2",
"minimist": "^1.1.0",
"mocha": "~1.21.0",
"strftime": "^0.8.2"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"binding.gyp",
"examples",
"ext",
"interop",
"src",
"test"
],
"main": "index.js",
"license": "BSD-3-Clause"
}