dubbo-client-zookeeper-hessian
Version:
dubbo的hessian协议、zookeeper中心客户端
72 lines (71 loc) • 1.89 kB
JSON
{
"name": "dubbo-client-zookeeper-hessian",
"description": "dubbo的hessian协议、zookeeper中心客户端",
"version": "1.0.23",
"author": {
"name": "ccsharp",
"email": "263209441@qq.com"
},
"scripts": {
"test": "npm run eslint && npm run compile && npm run test-cov",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 50000 --recursive -R spec test/",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir lib/ --source-maps",
"watch-compile": "npm run compile -- --watch",
"watch": "npm run watch-compile",
"prepublish": "npm run compile",
"eslint": "eslint src/"
},
"contributors": [
{
"name": "ccsharp",
"email": "263209441@qq.com"
}
],
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "6.6.1",
"hessian-proxy-garbled": "^0.1.0",
"java-class-parser-generics": "^0.0.2",
"node-zookeeper-client": "^0.2.2"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "2.8.0",
"istanbul": "0.4.0",
"mocha": "1.20.1",
"muk": "^0.5.2",
"source-map": "0.5.3",
"typescript": "next"
},
"keywords": [
"dubbo",
"framework",
"zookeeper",
"hessian",
"api",
"es6",
"es7",
"async",
"await",
"yield",
"generator-function"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d925529/dubbo-hessian.git"
},
"engines": {
"node": ">=0.12.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/d925529/dubbo-hessian/issues"
},
"homepage": "https://github.com/d925529/dubbo-hessian#readme"
}