blob: 68a31d794c5edeefad2ffc128aa6280e670e0f7c [file] [log] [blame]
murgatroid99e5061512015-01-12 18:14:35 -08001{
2 "name": "grpc",
murgatroid99d29a3bf2016-06-24 10:26:14 -07003 "version": "0.16.0-dev",
murgatroid99be8d1da2015-02-25 16:29:54 -08004 "author": "Google Inc.",
murgatroid99e5061512015-01-12 18:14:35 -08005 "description": "gRPC Library for Node",
murgatroid99c8330f82015-02-26 18:21:48 -08006 "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",
murgatroid99be8d1da2015-02-25 16:29:54 -080012 "contributors": [
13 {
14 "name": "Michael Lumish",
15 "email": "mlumish@google.com"
16 }
17 ],
murgatroid99c8330f82015-02-26 18:21:48 -080018 "directories": {
murgatroid992af89e42015-10-01 11:54:00 -070019 "lib": "src/node/src"
murgatroid99c8330f82015-02-26 18:21:48 -080020 },
murgatroid99e5061512015-01-12 18:14:35 -080021 "scripts": {
murgatroid9918997432016-04-20 10:52:31 -070022 "lint": "node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore",
murgatroid992af89e42015-10-01 11:54:00 -070023 "test": "./node_modules/.bin/mocha src/node/test && npm run-script lint",
24 "gen_docs": "./node_modules/.bin/jsdoc -c src/node/jsdoc_conf.json",
murgatroid997905a722016-01-15 15:28:22 -080025 "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test",
murgatroid99e190f352016-01-20 13:52:08 -080026 "install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build"
murgatroid99e5061512015-01-12 18:14:35 -080027 },
murgatroid99ab604b62016-02-11 12:59:37 -080028 "bundledDependencies": ["node-pre-gyp"],
murgatroid99e5061512015-01-12 18:14:35 -080029 "dependencies": {
murgatroid999a0c7412016-03-21 15:50:39 -070030 "arguejs": "^0.2.3",
murgatroid9955739d52015-06-03 10:58:21 -070031 "lodash": "^3.9.3",
murgatroid992b097832015-09-17 13:56:25 -070032 "nan": "^2.0.0",
murgatroid99d9c1fab2015-06-30 17:55:34 -070033 "protobufjs": "^4.0.0"
murgatroid99e5061512015-01-12 18:14:35 -080034 },
35 "devDependencies": {
murgatroid995e7a9fe2016-01-07 13:33:39 -080036 "async": "^1.5.0",
murgatroid99042e63c2015-02-24 17:02:09 -080037 "google-auth-library": "^0.9.2",
murgatroid99d354f112016-04-22 13:55:00 -070038 "google-protobuf": "^3.0.0-alpha.5",
murgatroid99d7d83372015-09-30 11:00:23 -070039 "istanbul": "^0.3.21",
murgatroid9946f28602015-07-24 14:23:44 -070040 "jsdoc": "^3.3.2",
murgatroid993a982182015-03-04 11:28:06 -080041 "jshint": "^2.5.0",
murgatroid998c3ed002015-02-18 15:00:56 -080042 "minimist": "^1.1.0",
murgatroid9917e781a2016-01-04 15:24:53 -080043 "mocha": "^2.3.4",
murgatroid99a653e0f2015-10-22 14:25:56 -070044 "mocha-jenkins-reporter": "^0.1.9",
murgatroid99fb40b812015-11-24 17:21:40 -080045 "mustache": "^2.0.0",
46 "poisson-process": "^0.2.1"
murgatroid99cca5ffa2015-01-15 14:06:56 -080047 },
murgatroid993a982182015-03-04 11:28:06 -080048 "engines": {
murgatroid998c686e72016-02-10 10:59:22 -080049 "node": ">=0.12.0"
murgatroid993a982182015-03-04 11:28:06 -080050 },
murgatroid997905a722016-01-15 15:28:22 -080051 "binary": {
52 "module_name": "grpc_node",
53 "module_path": "./build/Release/",
murgatroid99f1e95522016-01-19 10:42:06 -080054 "host": "https://storage.googleapis.com/",
murgatroid99a3508e32016-01-20 13:58:24 -080055 "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
murgatroid99e190f352016-01-20 13:52:08 -080056 "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
57 "module_path": "src/node/extension_binary"
murgatroid997905a722016-01-15 15:28:22 -080058 },
murgatroid999ea2e3a2015-02-19 13:36:56 -080059 "files": [
murgatroid99be8d1da2015-02-25 16:29:54 -080060 "LICENSE",
murgatroid992af89e42015-10-01 11:54:00 -070061 "src/node/README.md",
murgatroid992af89e42015-10-01 11:54:00 -070062 "src/node/health_check",
murgatroid990bb6fcf2015-12-21 16:11:27 -080063 "src/proto",
murgatroid996d6009f2015-10-15 09:57:31 -070064 "etc",
murgatroid990bb6fcf2015-12-21 16:11:27 -080065 "src/node/index.js",
murgatroid998c0b4d72016-04-12 13:57:45 -070066 "src/node/src",
67 "src/node/ext",
68 "include/grpc",
69 "src/core",
murgatroid993b3069d2016-05-11 08:43:01 -070070 "src/boringssl",
71 "src/zlib",
murgatroid998c0b4d72016-04-12 13:57:45 -070072 "third_party/nanopb",
73 "third_party/zlib",
74 "third_party/boringssl",
murgatroid992af89e42015-10-01 11:54:00 -070075 "binding.gyp"
murgatroid999ea2e3a2015-02-19 13:36:56 -080076 ],
murgatroid992af89e42015-10-01 11:54:00 -070077 "main": "src/node/index.js",
murgatroid9918997432016-04-20 10:52:31 -070078 "license": "BSD-3-Clause",
79 "jshintConfig" : {
80 "bitwise": true,
81 "curly": true,
82 "eqeqeq": true,
83 "esnext": true,
84 "freeze": true,
85 "immed": true,
86 "indent": 2,
87 "latedef": "nofunc",
88 "maxlen": 80,
89 "mocha": true,
90 "newcap": true,
91 "node": true,
92 "noarg": true,
93 "quotmark": "single",
94 "strict": true,
95 "trailing": true,
96 "undef": true,
97 "unused": "vars"
98 }
murgatroid99e5061512015-01-12 18:14:35 -080099}