mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
36 lines
811 B
JSON
36 lines
811 B
JSON
{
|
|
"name": "grpc",
|
|
"version": "0.2.0",
|
|
"description": "gRPC Library for Node",
|
|
"scripts": {
|
|
"lint": "nodejs ./node_modules/jshint/bin/jshint src test examples interop index.js",
|
|
"test": "nodejs ./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",
|
|
"googleauth": "google/google-auth-library-nodejs",
|
|
"minimist": "^1.1.0",
|
|
"mocha": "~1.21.0",
|
|
"strftime": "^0.8.2"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"index.js",
|
|
"binding.gyp",
|
|
"examples",
|
|
"ext",
|
|
"interop",
|
|
"src",
|
|
"test"
|
|
],
|
|
"main": "index.js"
|
|
}
|