-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.23 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.23 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
52
53
54
55
56
57
{
"name": "hbase-client",
"version": "1.7.0",
"description": "Asynchronous HBase client for Node.js, pure javascript implementation.",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"travis-cov": {
"threshold": 85
}
},
"dependencies": {
"algorithmjs": "^1.0.0",
"async": "^2.6.0",
"debug": "~1.0.4",
"eventproxy": "~0.3.1",
"long": "~1.1.5",
"readable-stream": "1.1.11",
"utility": "^1.17.0",
"zookeeper-watcher": "~0.2.0"
},
"devDependencies": {
"autod": "*",
"benchmark": "*",
"blanket": "*",
"contributors": "*",
"interceptor": "0.1.4",
"istanbul": "~0.3.2",
"jshint": "*",
"mm": "~0.2.1",
"mocha": "^3.5.0",
"moment": "*",
"pedding": "~1.0.0",
"should": "3"
},
"homepage": "http://github.com/alibaba/node-hbase-client",
"repository": {
"type": "git",
"url": "git://github.com/alibaba/node-hbase-client.git"
},
"keywords": [
"node-hbase-client",
"hbase",
"hbase-client"
],
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"license": "MIT"
}