blob: 3096c6e42a8fcd6a0ffb442fbd8b9947baa108d4 [file] [log] [blame]
murgatroid992dc84422016-04-06 14:39:52 -07001{
2 "name": "grpc-tools",
David Garcia Quintas74cec102017-03-09 15:00:26 -08003 "version": "1.3.0-dev",
murgatroid992dc84422016-04-06 14:39:52 -07004 "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": {
murgatroid992b6a2ab2016-05-04 12:54:14 -070019 "grpc_tools_node_protoc": "./bin/protoc.js",
20 "grpc_tools_node_protoc_plugin": "./bin/protoc_plugin.js"
murgatroid992dc84422016-04-06 14:39:52 -070021 },
22 "scripts": {
23 "install": "./node_modules/.bin/node-pre-gyp install"
24 },
25 "bundledDependencies": ["node-pre-gyp"],
26 "binary": {
27 "module_name": "grpc_tools",
28 "host": "https://storage.googleapis.com/",
29 "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
30 "package_name": "{platform}-{arch}.tar.gz",
31 "module_path": "bin"
32 },
33 "files": [
34 "index.js",
35 "bin/protoc.js",
murgatroid99110e07a2016-04-26 17:20:10 -070036 "bin/protoc_plugin.js",
murgatroid9943b63732016-06-15 11:19:29 -070037 "bin/google/protobuf",
murgatroid992dc84422016-04-06 14:39:52 -070038 "LICENSE"
39 ],
40 "main": "index.js"
41}