forked from alibaba/node-hbase-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 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
{
"name": "hbase-client",
"version": "1.2.2",
"description": "Asynchronous HBase client for Node.js, pure javascript implementation.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"travis-cov": {
"threshold": 85
}
},
"dependencies": {
"debug": "~1.0.4",
"eventproxy": "~0.3.1",
"long": "~1.1.5",
"readable-stream": "1.1.11",
"utility": "~0.1.16",
"zookeeper-watcher": "~0.2.0"
},
"devDependencies": {
"autod": "*",
"benchmark": "*",
"blanket": "*",
"contributors": "*",
"interceptor": "0.1.4",
"jshint": "*",
"mm": "~0.2.1",
"mocha": "*",
"moment": "*",
"pedding": "~1.0.0",
"should": "3",
"istanbul": "~0.3.2"
},
"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> (http://fengmk2.github.com)",
"license": "MIT"
}