blob: 0ef1c990b1ee27001f8b14b0c5dff24f901e937d [file] [log] [blame]
murgatroid99e5061512015-01-12 18:14:35 -08001{
2 "name": "grpc",
murgatroid99c8330f82015-02-26 18:21:48 -08003 "version": "0.5.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",
24 "test": "node ./node_modules/mocha/bin/mocha && npm run-script lint"
murgatroid99e5061512015-01-12 18:14:35 -080025 },
26 "dependencies": {
27 "bindings": "^1.2.1",
murgatroid99f8a9b1c2015-02-19 13:46:30 -080028 "jshint": "^2.5.5",
murgatroid99e5061512015-01-12 18:14:35 -080029 "nan": "~1.3.0",
murgatroid99fd81e702015-01-16 14:22:14 -080030 "protobufjs": "murgatroid99/ProtoBuf.js",
murgatroid99cca5ffa2015-01-15 14:06:56 -080031 "underscore": "^1.7.0",
murgatroid99fd81e702015-01-16 14:22:14 -080032 "underscore.string": "^3.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",
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 },
murgatroid999ea2e3a2015-02-19 13:36:56 -080041 "files": [
murgatroid99be8d1da2015-02-25 16:29:54 -080042 "LICENSE",
murgatroid999ea2e3a2015-02-19 13:36:56 -080043 "README.md",
44 "index.js",
45 "binding.gyp",
46 "examples",
47 "ext",
48 "interop",
49 "src",
50 "test"
51 ],
murgatroid99be8d1da2015-02-25 16:29:54 -080052 "main": "index.js",
53 "license": "BSD-3-Clause"
murgatroid99e5061512015-01-12 18:14:35 -080054}