blob: 0faca7ddf16f7b50578e80f70ff7e50a25850b93 [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": {
19 "lib": "src",
20 "example": "examples"
21 },
murgatroid99e5061512015-01-12 18:14:35 -080022 "scripts": {
Dan Ciruli80f62e72015-02-25 12:30:26 -080023 "lint": "node ./node_modules/jshint/bin/jshint src test examples interop index.js",
murgatroid99d7d83372015-09-30 11:00:23 -070024 "test": "./node_modules/.bin/mocha && npm run-script lint",
25 "gen_docs": "./node_modules/.bin/jsdoc -c jsdoc_conf.json",
26 "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
murgatroid99e5061512015-01-12 18:14:35 -080027 },
28 "dependencies": {
murgatroid993a982182015-03-04 11:28:06 -080029 "bindings": "^1.2.0",
murgatroid9955739d52015-06-03 10:58:21 -070030 "lodash": "^3.9.3",
murgatroid992b097832015-09-17 13:56:25 -070031 "nan": "^2.0.0",
murgatroid99d9c1fab2015-06-30 17:55:34 -070032 "protobufjs": "^4.0.0"
murgatroid99e5061512015-01-12 18:14:35 -080033 },
34 "devDependencies": {
murgatroid99d7e87652015-02-19 18:19:10 -080035 "async": "^0.9.0",
murgatroid99042e63c2015-02-24 17:02:09 -080036 "google-auth-library": "^0.9.2",
murgatroid99d7d83372015-09-30 11:00:23 -070037 "istanbul": "^0.3.21",
murgatroid9946f28602015-07-24 14:23:44 -070038 "jsdoc": "^3.3.2",
murgatroid993a982182015-03-04 11:28:06 -080039 "jshint": "^2.5.0",
murgatroid998c3ed002015-02-18 15:00:56 -080040 "minimist": "^1.1.0",
murgatroid992822e9a2015-02-23 10:26:01 -080041 "mocha": "~1.21.0",
murgatroid9954030dd2015-10-06 10:57:22 -070042 "mustache": "^2.0.0"
murgatroid99cca5ffa2015-01-15 14:06:56 -080043 },
murgatroid993a982182015-03-04 11:28:06 -080044 "engines": {
murgatroid99a686ffc2015-03-04 14:54:32 -080045 "node": ">=0.10.13"
murgatroid993a982182015-03-04 11:28:06 -080046 },
murgatroid999ea2e3a2015-02-19 13:36:56 -080047 "files": [
murgatroid99be8d1da2015-02-25 16:29:54 -080048 "LICENSE",
murgatroid999ea2e3a2015-02-19 13:36:56 -080049 "README.md",
50 "index.js",
51 "binding.gyp",
murgatroid999ea2e3a2015-02-19 13:36:56 -080052 "ext",
murgatroid9935155ae2015-10-01 12:02:30 -070053 "health_check",
murgatroid9954030dd2015-10-06 10:57:22 -070054 "src"
murgatroid999ea2e3a2015-02-19 13:36:56 -080055 ],
murgatroid99be8d1da2015-02-25 16:29:54 -080056 "main": "index.js",
57 "license": "BSD-3-Clause"
murgatroid99e5061512015-01-12 18:14:35 -080058}