UNPKG

dubbojs-client

Version:
56 lines (55 loc) 1.32 kB
{ "name": "dubbojs-client", "version": "0.1.0", "description": "dubbo service client", "main": "lib/client.js", "files": [ "lib" ], "scripts": { "autod": "autod --check", "pkgfiles": "egg-bin pkgfiles --check", "lint": "eslint --ext .js lib test index.js", "test": "npm run lint && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "ci": "npm run autod && npm run pkgfiles && npm run lint && npm run cov" }, "repository": { "type": "git", "url": "git+https://github.com/dubbo-js/dubbo-client.git" }, "keywords": [ "dubbo", "client" ], "author": "gxcsoccer <gxcsoccer@126.com>", "license": "MIT", "bugs": { "url": "https://github.com/dubbo-js/dubbo-client/issues" }, "homepage": "https://github.com/dubbo-js/dubbo-client#readme", "devDependencies": { "autod": "^2.7.1", "dubbo-registry": "^0.1.0", "egg-bin": "^4.2.0", "egg-ci": "^1.8.0", "eslint": "^4.6.0", "eslint-config-egg": "^5.1.0", "pedding": "^1.1.0", "protobufjs": "^6.6.5" }, "dependencies": { "dubbo-remoting": "^1.0.0", "is-type-of": "^1.2.0", "sdk-base": "^3.2.0", "tcp-base": "^3.0.0", "utility": "^1.12.0" }, "engines": { "node": ">= 6.0.0" }, "ci": { "version": "6, 8" } }