UNPKG

446 BJSONView Raw
1{
2 "name": "crawler-hbase",
3 "version": "1.1.11",
4 "description": "a module to interact with the crawler tables stored in hbase",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha test/"
8 },
9 "author": "Hayk Tepanyan",
10 "license": "ISC",
11 "dependencies": {
12 "bluebird": "^2.10.0",
13 "chai": "^3.2.0",
14 "lodash": "^3.10.1",
15 "mocha": "^2.3.2",
16 "moment": "^2.10.6",
17 "thrift": "^0.9.2",
18 "winston": "^1.0.1"
19 }
20}