murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 1 | { |
| 2 | "name": "grpc", |
David Garcia Quintas | 9e1acc0 | 2017-04-13 16:30:15 -0700 | [diff] [blame] | 3 | "version": "1.4.0-dev", |
murgatroid99 | be8d1da | 2015-02-25 16:29:54 -0800 | [diff] [blame] | 4 | "author": "Google Inc.", |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 5 | "description": "gRPC Library for Node", |
murgatroid99 | c8330f8 | 2015-02-26 18:21:48 -0800 | [diff] [blame] | 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", |
murgatroid99 | be8d1da | 2015-02-25 16:29:54 -0800 | [diff] [blame] | 12 | "contributors": [ |
| 13 | { |
| 14 | "name": "Michael Lumish", |
| 15 | "email": "mlumish@google.com" |
| 16 | } |
| 17 | ], |
murgatroid99 | c8330f8 | 2015-02-26 18:21:48 -0800 | [diff] [blame] | 18 | "directories": { |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 19 | "lib": "src/node/src" |
murgatroid99 | c8330f8 | 2015-02-26 18:21:48 -0800 | [diff] [blame] | 20 | }, |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 21 | "scripts": { |
murgatroid99 | 1899743 | 2016-04-20 10:52:31 -0700 | [diff] [blame] | 22 | "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", |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 23 | "test": "./node_modules/.bin/mocha src/node/test && npm run-script lint", |
murgatroid99 | eaf7964 | 2016-11-01 11:05:02 -0700 | [diff] [blame] | 24 | "electron-build": "./node_modules/.bin/node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell", |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 25 | "gen_docs": "./node_modules/.bin/jsdoc -c src/node/jsdoc_conf.json", |
murgatroid99 | 7905a72 | 2016-01-15 15:28:22 -0800 | [diff] [blame] | 26 | "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test", |
Yuchen Zeng | 88d4e77 | 2016-08-16 22:34:02 -0700 | [diff] [blame] | 27 | "install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library" |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 28 | }, |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 29 | "bundledDependencies": [ |
| 30 | "node-pre-gyp" |
| 31 | ], |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 32 | "dependencies": { |
murgatroid99 | 9a0c741 | 2016-03-21 15:50:39 -0700 | [diff] [blame] | 33 | "arguejs": "^0.2.3", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 34 | "lodash": "^4.15.0", |
murgatroid99 | 2b09783 | 2015-09-17 13:56:25 -0700 | [diff] [blame] | 35 | "nan": "^2.0.0", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 36 | "node-pre-gyp": "^0.6.0", |
murgatroid99 | 633933e | 2017-04-19 13:23:06 -0700 | [diff] [blame] | 37 | "protobufjs": "^6.7.0" |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 38 | }, |
| 39 | "devDependencies": { |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 40 | "async": "^2.0.1", |
murgatroid99 | 3dc6701 | 2016-10-18 15:56:44 -0700 | [diff] [blame] | 41 | "body-parser": "^1.15.2", |
murgatroid99 | eaf7964 | 2016-11-01 11:05:02 -0700 | [diff] [blame] | 42 | "electron-mocha": "^3.1.1", |
murgatroid99 | b53e5d1 | 2016-10-18 09:55:28 -0700 | [diff] [blame] | 43 | "express": "^4.14.0", |
murgatroid99 | 042e63c | 2015-02-24 17:02:09 -0800 | [diff] [blame] | 44 | "google-auth-library": "^0.9.2", |
murgatroid99 | fcb5271 | 2016-07-29 10:44:01 -0700 | [diff] [blame] | 45 | "google-protobuf": "^3.0.0", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 46 | "istanbul": "^0.4.4", |
murgatroid99 | 46f2860 | 2015-07-24 14:23:44 -0700 | [diff] [blame] | 47 | "jsdoc": "^3.3.2", |
murgatroid99 | 3a98218 | 2015-03-04 11:28:06 -0800 | [diff] [blame] | 48 | "jshint": "^2.5.0", |
murgatroid99 | 8c3ed00 | 2015-02-18 15:00:56 -0800 | [diff] [blame] | 49 | "minimist": "^1.1.0", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 50 | "mocha": "^3.0.2", |
| 51 | "mocha-jenkins-reporter": "^0.2.3", |
murgatroid99 | fb40b81 | 2015-11-24 17:21:40 -0800 | [diff] [blame] | 52 | "poisson-process": "^0.2.1" |
murgatroid99 | cca5ffa | 2015-01-15 14:06:56 -0800 | [diff] [blame] | 53 | }, |
murgatroid99 | 3a98218 | 2015-03-04 11:28:06 -0800 | [diff] [blame] | 54 | "engines": { |
murgatroid99 | aaef11a | 2017-03-14 11:19:25 -0700 | [diff] [blame] | 55 | "node": ">=4" |
murgatroid99 | 3a98218 | 2015-03-04 11:28:06 -0800 | [diff] [blame] | 56 | }, |
murgatroid99 | 7905a72 | 2016-01-15 15:28:22 -0800 | [diff] [blame] | 57 | "binary": { |
| 58 | "module_name": "grpc_node", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 59 | "module_path": "src/node/extension_binary", |
murgatroid99 | f1e9552 | 2016-01-19 10:42:06 -0800 | [diff] [blame] | 60 | "host": "https://storage.googleapis.com/", |
murgatroid99 | a3508e3 | 2016-01-20 13:58:24 -0800 | [diff] [blame] | 61 | "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 62 | "package_name": "{node_abi}-{platform}-{arch}.tar.gz" |
murgatroid99 | 7905a72 | 2016-01-15 15:28:22 -0800 | [diff] [blame] | 63 | }, |
murgatroid99 | 9ea2e3a | 2015-02-19 13:36:56 -0800 | [diff] [blame] | 64 | "files": [ |
murgatroid99 | be8d1da | 2015-02-25 16:29:54 -0800 | [diff] [blame] | 65 | "LICENSE", |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 66 | "src/node/README.md", |
murgatroid99 | 0bb6fcf | 2015-12-21 16:11:27 -0800 | [diff] [blame] | 67 | "src/proto", |
murgatroid99 | 6d6009f | 2015-10-15 09:57:31 -0700 | [diff] [blame] | 68 | "etc", |
murgatroid99 | 0bb6fcf | 2015-12-21 16:11:27 -0800 | [diff] [blame] | 69 | "src/node/index.js", |
murgatroid99 | 8c0b4d7 | 2016-04-12 13:57:45 -0700 | [diff] [blame] | 70 | "src/node/src", |
| 71 | "src/node/ext", |
| 72 | "include/grpc", |
| 73 | "src/core", |
murgatroid99 | 3b3069d | 2016-05-11 08:43:01 -0700 | [diff] [blame] | 74 | "src/boringssl", |
| 75 | "src/zlib", |
murgatroid99 | 8c0b4d7 | 2016-04-12 13:57:45 -0700 | [diff] [blame] | 76 | "third_party/nanopb", |
| 77 | "third_party/zlib", |
| 78 | "third_party/boringssl", |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 79 | "binding.gyp" |
murgatroid99 | 9ea2e3a | 2015-02-19 13:36:56 -0800 | [diff] [blame] | 80 | ], |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 81 | "main": "src/node/index.js", |
murgatroid99 | 1899743 | 2016-04-20 10:52:31 -0700 | [diff] [blame] | 82 | "license": "BSD-3-Clause", |
murgatroid99 | c0a64cd | 2016-08-15 13:14:16 -0700 | [diff] [blame] | 83 | "jshintConfig": { |
murgatroid99 | 1899743 | 2016-04-20 10:52:31 -0700 | [diff] [blame] | 84 | "bitwise": true, |
| 85 | "curly": true, |
| 86 | "eqeqeq": true, |
| 87 | "esnext": true, |
| 88 | "freeze": true, |
| 89 | "immed": true, |
| 90 | "indent": 2, |
| 91 | "latedef": "nofunc", |
| 92 | "maxlen": 80, |
| 93 | "mocha": true, |
| 94 | "newcap": true, |
| 95 | "node": true, |
| 96 | "noarg": true, |
| 97 | "quotmark": "single", |
| 98 | "strict": true, |
| 99 | "trailing": true, |
| 100 | "undef": true, |
| 101 | "unused": "vars" |
| 102 | } |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 103 | } |