murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 1 | { |
| 2 | "name": "grpc", |
Nicolas "Pixel" Noble | 49bfb92 | 2016-07-12 09:31:41 +0200 | [diff] [blame] | 3 | "version": "1.1.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", |
| 24 | "gen_docs": "./node_modules/.bin/jsdoc -c src/node/jsdoc_conf.json", |
murgatroid99 | 7905a72 | 2016-01-15 15:28:22 -0800 | [diff] [blame] | 25 | "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test", |
murgatroid99 | e190f35 | 2016-01-20 13:52:08 -0800 | [diff] [blame] | 26 | "install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build" |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 27 | }, |
murgatroid99 | ab604b6 | 2016-02-11 12:59:37 -0800 | [diff] [blame] | 28 | "bundledDependencies": ["node-pre-gyp"], |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 29 | "dependencies": { |
murgatroid99 | 9a0c741 | 2016-03-21 15:50:39 -0700 | [diff] [blame] | 30 | "arguejs": "^0.2.3", |
murgatroid99 | 55739d5 | 2015-06-03 10:58:21 -0700 | [diff] [blame] | 31 | "lodash": "^3.9.3", |
murgatroid99 | 2b09783 | 2015-09-17 13:56:25 -0700 | [diff] [blame] | 32 | "nan": "^2.0.0", |
murgatroid99 | d9c1fab | 2015-06-30 17:55:34 -0700 | [diff] [blame] | 33 | "protobufjs": "^4.0.0" |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 34 | }, |
| 35 | "devDependencies": { |
murgatroid99 | 5e7a9fe | 2016-01-07 13:33:39 -0800 | [diff] [blame] | 36 | "async": "^1.5.0", |
murgatroid99 | 042e63c | 2015-02-24 17:02:09 -0800 | [diff] [blame] | 37 | "google-auth-library": "^0.9.2", |
murgatroid99 | d354f11 | 2016-04-22 13:55:00 -0700 | [diff] [blame] | 38 | "google-protobuf": "^3.0.0-alpha.5", |
murgatroid99 | d7d8337 | 2015-09-30 11:00:23 -0700 | [diff] [blame] | 39 | "istanbul": "^0.3.21", |
murgatroid99 | 46f2860 | 2015-07-24 14:23:44 -0700 | [diff] [blame] | 40 | "jsdoc": "^3.3.2", |
murgatroid99 | 3a98218 | 2015-03-04 11:28:06 -0800 | [diff] [blame] | 41 | "jshint": "^2.5.0", |
murgatroid99 | 8c3ed00 | 2015-02-18 15:00:56 -0800 | [diff] [blame] | 42 | "minimist": "^1.1.0", |
murgatroid99 | 17e781a | 2016-01-04 15:24:53 -0800 | [diff] [blame] | 43 | "mocha": "^2.3.4", |
murgatroid99 | a653e0f | 2015-10-22 14:25:56 -0700 | [diff] [blame] | 44 | "mocha-jenkins-reporter": "^0.1.9", |
murgatroid99 | fb40b81 | 2015-11-24 17:21:40 -0800 | [diff] [blame] | 45 | "mustache": "^2.0.0", |
| 46 | "poisson-process": "^0.2.1" |
murgatroid99 | cca5ffa | 2015-01-15 14:06:56 -0800 | [diff] [blame] | 47 | }, |
murgatroid99 | 3a98218 | 2015-03-04 11:28:06 -0800 | [diff] [blame] | 48 | "engines": { |
murgatroid99 | 8c686e7 | 2016-02-10 10:59:22 -0800 | [diff] [blame] | 49 | "node": ">=0.12.0" |
murgatroid99 | 3a98218 | 2015-03-04 11:28:06 -0800 | [diff] [blame] | 50 | }, |
murgatroid99 | 7905a72 | 2016-01-15 15:28:22 -0800 | [diff] [blame] | 51 | "binary": { |
| 52 | "module_name": "grpc_node", |
| 53 | "module_path": "./build/Release/", |
murgatroid99 | f1e9552 | 2016-01-19 10:42:06 -0800 | [diff] [blame] | 54 | "host": "https://storage.googleapis.com/", |
murgatroid99 | a3508e3 | 2016-01-20 13:58:24 -0800 | [diff] [blame] | 55 | "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}", |
murgatroid99 | e190f35 | 2016-01-20 13:52:08 -0800 | [diff] [blame] | 56 | "package_name": "{node_abi}-{platform}-{arch}.tar.gz", |
| 57 | "module_path": "src/node/extension_binary" |
murgatroid99 | 7905a72 | 2016-01-15 15:28:22 -0800 | [diff] [blame] | 58 | }, |
murgatroid99 | 9ea2e3a | 2015-02-19 13:36:56 -0800 | [diff] [blame] | 59 | "files": [ |
murgatroid99 | be8d1da | 2015-02-25 16:29:54 -0800 | [diff] [blame] | 60 | "LICENSE", |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 61 | "src/node/README.md", |
murgatroid99 | 0bb6fcf | 2015-12-21 16:11:27 -0800 | [diff] [blame] | 62 | "src/proto", |
murgatroid99 | 6d6009f | 2015-10-15 09:57:31 -0700 | [diff] [blame] | 63 | "etc", |
murgatroid99 | 0bb6fcf | 2015-12-21 16:11:27 -0800 | [diff] [blame] | 64 | "src/node/index.js", |
murgatroid99 | 8c0b4d7 | 2016-04-12 13:57:45 -0700 | [diff] [blame] | 65 | "src/node/src", |
| 66 | "src/node/ext", |
| 67 | "include/grpc", |
| 68 | "src/core", |
murgatroid99 | 3b3069d | 2016-05-11 08:43:01 -0700 | [diff] [blame] | 69 | "src/boringssl", |
| 70 | "src/zlib", |
murgatroid99 | 8c0b4d7 | 2016-04-12 13:57:45 -0700 | [diff] [blame] | 71 | "third_party/nanopb", |
| 72 | "third_party/zlib", |
| 73 | "third_party/boringssl", |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 74 | "binding.gyp" |
murgatroid99 | 9ea2e3a | 2015-02-19 13:36:56 -0800 | [diff] [blame] | 75 | ], |
murgatroid99 | 2af89e4 | 2015-10-01 11:54:00 -0700 | [diff] [blame] | 76 | "main": "src/node/index.js", |
murgatroid99 | 1899743 | 2016-04-20 10:52:31 -0700 | [diff] [blame] | 77 | "license": "BSD-3-Clause", |
| 78 | "jshintConfig" : { |
| 79 | "bitwise": true, |
| 80 | "curly": true, |
| 81 | "eqeqeq": true, |
| 82 | "esnext": true, |
| 83 | "freeze": true, |
| 84 | "immed": true, |
| 85 | "indent": 2, |
| 86 | "latedef": "nofunc", |
| 87 | "maxlen": 80, |
| 88 | "mocha": true, |
| 89 | "newcap": true, |
| 90 | "node": true, |
| 91 | "noarg": true, |
| 92 | "quotmark": "single", |
| 93 | "strict": true, |
| 94 | "trailing": true, |
| 95 | "undef": true, |
| 96 | "unused": "vars" |
| 97 | } |
murgatroid99 | e506151 | 2015-01-12 18:14:35 -0800 | [diff] [blame] | 98 | } |