-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.16 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "node-pigeon-client",
"version": "0.0.6",
"description": "A pure Javascript Pigeon client for Node.js.",
"main": "index.js",
"keywords": [
"rpc",
"client"
],
"engines": {
"node": "<= 0.10.35"
},
"author": "xiaotian.li <lixiaotian07@gmail.com>",
"contributors": {
"name": "xiaotian.li",
"email": "lixiaotian07@gmail.com"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.1.0",
"chai": "^1.10.0"
},
"dependencies": {
"winston": "~0.8.3",
"underscore": "~1.7.0",
"async": "~0.9.0",
"properties-parser": "~0.2.3",
"request": "~2.51.0",
"rootpath": "~0.1.2",
"node-zookeeper-client": "~0.2.1",
"harmony-reflect": "1.1.1",
"harmonize": "1.33.7",
"byte": "~1.0.0",
"debug": "~1.0.4",
"is-type-of": "~0.3.1"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:lixt/node-pigeon-client.git"
},
"bugs": {
"url": "https://github.com/lixt/node-pigeon-client/issues"
},
"homepage": "https://github.com/lixt/node-pigeon-client"
}