blob: 4b3499f2f9eeb3b95a5c6bf17ec4c52af207e3fe [file] [log] [blame]
murgatroid992dc84422016-04-06 14:39:52 -07001{
2 "name": "grpc-tools",
3 "version": "0.14.0-dev",
4 "author": "Google Inc.",
5 "description": "Tools for developing with gRPC on Node.js",
6 "homepage": "http://www.grpc.io/",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/grpc/grpc.git"
10 },
11 "bugs": "https://github.com/grpc/grpc/issues",
12 "contributors": [
13 {
14 "name": "Michael Lumish",
15 "email": "mlumish@google.com"
16 }
17 ],
18 "bin": {
19 "grpc-tools-protoc": "./bin/protoc.js"
20 },
21 "scripts": {
22 "install": "./node_modules/.bin/node-pre-gyp install"
23 },
24 "bundledDependencies": ["node-pre-gyp"],
25 "binary": {
26 "module_name": "grpc_tools",
27 "host": "https://storage.googleapis.com/",
28 "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
29 "package_name": "{platform}-{arch}.tar.gz",
30 "module_path": "bin"
31 },
32 "files": [
33 "index.js",
34 "bin/protoc.js",
35 "LICENSE"
36 ],
37 "main": "index.js"
38}