| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "grpc",
- "version": "0.2.0",
- "description": "gRPC Library for Node",
- "scripts": {
- "lint": "nodejs ./node_modules/jshint/bin/jshint src test examples interop index.js",
- "test": "nodejs ./node_modules/mocha/bin/mocha && npm run-script lint"
- },
- "dependencies": {
- "bindings": "^1.2.1",
- "jshint": "^2.5.5",
- "nan": "~1.3.0",
- "protobufjs": "murgatroid99/ProtoBuf.js",
- "underscore": "^1.7.0",
- "underscore.string": "^3.0.0"
- },
- "devDependencies": {
- "async": "^0.9.0",
- "googleauth": "google/google-auth-library-nodejs",
- "minimist": "^1.1.0",
- "mocha": "~1.21.0",
- "strftime": "^0.8.2"
- },
- "files": [
- "README.md",
- "index.js",
- "binding.gyp",
- "examples",
- "ext",
- "interop",
- "src",
- "test"
- ],
- "main": "index.js"
- }
|