blob: ff93e91185b5345e379b562eccd7359007618534 [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",
murgatroid9946f28602015-07-24 14:23:44 -070024 "test": "node ./node_modules/mocha/bin/mocha && npm run-script lint",
25 "gen_docs": "./node_modules/.bin/jsdoc -c jsdoc_conf.json"
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",
murgatroid993a982182015-03-04 11:28:06 -080030 "nan": "^1.5.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",
murgatroid9946f28602015-07-24 14:23:44 -070036 "jsdoc": "^3.3.2",
murgatroid993a982182015-03-04 11:28:06 -080037 "jshint": "^2.5.0",
murgatroid998c3ed002015-02-18 15:00:56 -080038 "minimist": "^1.1.0",
murgatroid992822e9a2015-02-23 10:26:01 -080039 "mocha": "~1.21.0",
murgatroid99cb46db02015-04-14 17:18:26 -070040 "mustache": "^2.0.0",
murgatroid992822e9a2015-02-23 10:26:01 -080041 "strftime": "^0.8.2"
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",
murgatroid999ea2e3a2015-02-19 13:36:56 -080048 "README.md",
49 "index.js",
50 "binding.gyp",
murgatroid99cb46db02015-04-14 17:18:26 -070051 "bin",
52 "cli",
murgatroid999ea2e3a2015-02-19 13:36:56 -080053 "examples",
54 "ext",
55 "interop",
56 "src",
57 "test"
58 ],
murgatroid99be8d1da2015-02-25 16:29:54 -080059 "main": "index.js",
60 "license": "BSD-3-Clause"
murgatroid99e5061512015-01-12 18:14:35 -080061}