-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
40 lines (40 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "node-zookeeper-dubbo",
"version": "3.0.15",
"description": "node connect dubbo by default protocol in zookeeper",
"main": "index.js",
"scripts": {
"test": "ava",
"debug": "DEBUG=yoke nodemon test/index.js"
},
"keywords": [
"zookeeper",
"node",
"dubbo",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/p412726700/node-zookeeper-dubbo"
},
"author": "pzc <[email protected]>",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.1",
"debug": "^4.1.1",
"hessian.js": "^2.1.8",
"node-zookeeper-client": "0.2.3",
"supports-color": "^6.1.0"
},
"jscsConfig": {
"preset": "node-style-guide",
"validateQuoteMarks": null
},
"devDependencies": {
"ava": "1.2.1",
"chai": "^4.2.0",
"eslint": "^5.13.0",
"js-to-java": "^2.6.0",
"mocha": "^5.2.0"
}
}