blob: 54efb69b04237c8e9a0e20e170c47c2f1b85654c [file] [log] [blame]
murgatroid99e5061512015-01-12 18:14:35 -08001{
2 "name": "grpc",
murgatroid99ff0ba482015-09-22 12:54:26 -07003 "version": "0.11.1",
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": {
murgatroid99fd994f12015-10-09 14:02:28 -070022 "lint": "node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js",
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",
25 "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test"
murgatroid99e5061512015-01-12 18:14:35 -080026 },
27 "dependencies": {
murgatroid993a982182015-03-04 11:28:06 -080028 "bindings": "^1.2.0",
murgatroid9955739d52015-06-03 10:58:21 -070029 "lodash": "^3.9.3",
murgatroid992b097832015-09-17 13:56:25 -070030 "nan": "^2.0.0",
murgatroid99d9c1fab2015-06-30 17:55:34 -070031 "protobufjs": "^4.0.0"
murgatroid99e5061512015-01-12 18:14:35 -080032 },
33 "devDependencies": {
murgatroid99d7e87652015-02-19 18:19:10 -080034 "async": "^0.9.0",
murgatroid99042e63c2015-02-24 17:02:09 -080035 "google-auth-library": "^0.9.2",
murgatroid99d7d83372015-09-30 11:00:23 -070036 "istanbul": "^0.3.21",
murgatroid9946f28602015-07-24 14:23:44 -070037 "jsdoc": "^3.3.2",
murgatroid993a982182015-03-04 11:28:06 -080038 "jshint": "^2.5.0",
murgatroid998c3ed002015-02-18 15:00:56 -080039 "minimist": "^1.1.0",
murgatroid992822e9a2015-02-23 10:26:01 -080040 "mocha": "~1.21.0",
murgatroid9954030dd2015-10-06 10:57:22 -070041 "mustache": "^2.0.0"
murgatroid99cca5ffa2015-01-15 14:06:56 -080042 },
murgatroid993a982182015-03-04 11:28:06 -080043 "engines": {
murgatroid99a686ffc2015-03-04 14:54:32 -080044 "node": ">=0.10.13"
murgatroid993a982182015-03-04 11:28:06 -080045 },
murgatroid999ea2e3a2015-02-19 13:36:56 -080046 "files": [
murgatroid99be8d1da2015-02-25 16:29:54 -080047 "LICENSE",
murgatroid992af89e42015-10-01 11:54:00 -070048 "src/node/README.md",
49 "src/node/index.js",
murgatroid992af89e42015-10-01 11:54:00 -070050 "src/node/ext",
51 "src/node/health_check",
murgatroid992af89e42015-10-01 11:54:00 -070052 "src/node/src",
murgatroid992af89e42015-10-01 11:54:00 -070053 "src/core",
54 "test/proto",
55 "include",
murgatroid996d6009f2015-10-15 09:57:31 -070056 "etc",
murgatroid992af89e42015-10-01 11:54:00 -070057 "binding.gyp"
murgatroid999ea2e3a2015-02-19 13:36:56 -080058 ],
murgatroid992af89e42015-10-01 11:54:00 -070059 "main": "src/node/index.js",
murgatroid99be8d1da2015-02-25 16:29:54 -080060 "license": "BSD-3-Clause"
murgatroid99e5061512015-01-12 18:14:35 -080061}