blob: 20eb21fc470f417b877cacf05872546b3ee21e71 [file] [log] [blame]
murgatroid99e5061512015-01-12 18:14:35 -08001{
2 "name": "grpc",
murgatroid99a686ffc2015-03-04 14:54:32 -08003 "version": "0.5.2",
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",
24 "test": "node ./node_modules/mocha/bin/mocha && npm run-script lint"
murgatroid99e5061512015-01-12 18:14:35 -080025 },
26 "dependencies": {
murgatroid993a982182015-03-04 11:28:06 -080027 "bindings": "^1.2.0",
28 "nan": "^1.5.0",
murgatroid99fd81e702015-01-16 14:22:14 -080029 "protobufjs": "murgatroid99/ProtoBuf.js",
murgatroid993a982182015-03-04 11:28:06 -080030 "underscore": "^1.6.0",
murgatroid99fd81e702015-01-16 14:22:14 -080031 "underscore.string": "^3.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",
murgatroid993a982182015-03-04 11:28:06 -080036 "jshint": "^2.5.0",
murgatroid998c3ed002015-02-18 15:00:56 -080037 "minimist": "^1.1.0",
murgatroid992822e9a2015-02-23 10:26:01 -080038 "mocha": "~1.21.0",
39 "strftime": "^0.8.2"
murgatroid99cca5ffa2015-01-15 14:06:56 -080040 },
murgatroid993a982182015-03-04 11:28:06 -080041 "engines": {
murgatroid99a686ffc2015-03-04 14:54:32 -080042 "node": ">=0.10.13"
murgatroid993a982182015-03-04 11:28:06 -080043 },
murgatroid999ea2e3a2015-02-19 13:36:56 -080044 "files": [
murgatroid99be8d1da2015-02-25 16:29:54 -080045 "LICENSE",
murgatroid999ea2e3a2015-02-19 13:36:56 -080046 "README.md",
47 "index.js",
48 "binding.gyp",
49 "examples",
50 "ext",
51 "interop",
52 "src",
53 "test"
54 ],
murgatroid99be8d1da2015-02-25 16:29:54 -080055 "main": "index.js",
56 "license": "BSD-3-Clause"
murgatroid99e5061512015-01-12 18:14:35 -080057}