forked from ufukomer/node-impala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "node-impala",
"version": "2.0.1",
"description": "Node Client for Impala using Apache Thrift.",
"author": "Omer Ufuk Efendioglu <[email protected]> (http://ufukomer.com)",
"contributors": [
{
"name": "Omer Ufuk Efendioglu",
"email": "[email protected]"
}
],
"scripts": {
"test": "node ./test/test.js",
"start": "node index.js",
"eslint": "./node_modules/.bin/eslint .; exit 0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ufukomer/node-impala.git"
},
"bugs": {
"url": "https://github.com/ufukomer/node-impala/issues"
},
"keywords": [
"node",
"thrift",
"impala",
"client",
"hive",
"hadoop"
],
"license": "MIT",
"analyze": true,
"dependencies": {
"thrift": "^0.9.3"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-thrift": "0.0.2"
}
}