forked from adaltas/node-hbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 833 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
{
"name": "hbase",
"version": "0.1.6",
"description": "HBase client using the REST connector",
"author": "David Worms <[email protected]>",
"contributors": [{
"name": "David Worms",
"email": "[email protected]"
},{
"name": "Michael Kurze",
"email": "https://github.com/michaelku"
},{
"name": "Michal Taborsky",
"email": "https://github.com/whizz"
}],
"main": "./lib/index",
"engines": { "node": ">= 0.1.90" },
"devDependencies": {
"mocha": "latest",
"should": "latest",
"docgen": "latest",
"each": "latest",
"coffee-script": "latest"
},
"bugs": {
"url": "https://github.com/wdavidw/node-hbase/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-hbase.git"
},
"homepage": "https://github.com/wdavidw/node-hbase"
}