-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 855 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 855 Bytes
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
{
"name": "node-thrift2-hbase",
"version": "0.6.2",
"description": "Easy to CRUD for hbase by node-thrift-hbase",
"main": "src/service.js",
"dependencies": {
"bluebird": "^3.5.5",
"caching-map": "git+https://github.com/exposebox/caching-map.git",
"debug": "^4.1.1",
"generic-pool": "^2.5.4",
"ms": "^2.1.1",
"node-int64": "^0.4.0",
"thrift": "^0.12.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"mocha": "^6.1.4",
"should": "^13.2.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "http://github.com/exposebox/node-thrift2-hbase"
},
"author": "orel@exposebox.com",
"contributors": [
"orel@exposebox.com",
"ran@exposebox.com",
"eran@exposebox.com"
],
"license": "ISC",
"keywords": [
"hbase",
"node",
"thrift"
]
}