blob: 7d4a493af44a5c9556252144a8c5c83a76b17305 [file] [log] [blame]
murgatroid99e5061512015-01-12 18:14:35 -08001{
2 "name": "grpc",
murgatroid998344d982015-06-05 14:16:39 -07003 "version": "0.9.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": {
murgatroid993a982182015-03-04 11:28:06 -080027 "bindings": "^1.2.0",
murgatroid9955739d52015-06-03 10:58:21 -070028 "lodash": "^3.9.3",
murgatroid993a982182015-03-04 11:28:06 -080029 "nan": "^1.5.0",
murgatroid9955739d52015-06-03 10:58:21 -070030 "protobufjs": "dcodeIO/ProtoBuf.js"
murgatroid99e5061512015-01-12 18:14:35 -080031 },
32 "devDependencies": {
murgatroid99d7e87652015-02-19 18:19:10 -080033 "async": "^0.9.0",
murgatroid99042e63c2015-02-24 17:02:09 -080034 "google-auth-library": "^0.9.2",
murgatroid993a982182015-03-04 11:28:06 -080035 "jshint": "^2.5.0",
murgatroid998c3ed002015-02-18 15:00:56 -080036 "minimist": "^1.1.0",
murgatroid992822e9a2015-02-23 10:26:01 -080037 "mocha": "~1.21.0",
murgatroid99cb46db02015-04-14 17:18:26 -070038 "mustache": "^2.0.0",
murgatroid992822e9a2015-02-23 10:26:01 -080039 "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",
murgatroid99cb46db02015-04-14 17:18:26 -070049 "bin",
50 "cli",
murgatroid999ea2e3a2015-02-19 13:36:56 -080051 "examples",
52 "ext",
53 "interop",
54 "src",
55 "test"
56 ],
murgatroid99be8d1da2015-02-25 16:29:54 -080057 "main": "index.js",
58 "license": "BSD-3-Clause"
murgatroid99e5061512015-01-12 18:14:35 -080059}