drill-client
Version:
This module serves as an interface for Apache Drill.
39 lines (38 loc) • 874 B
JSON
{
"name": "drill-client",
"version": "0.1.2",
"description": "This module serves as an interface for Apache Drill.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgivre/drill-nodejs.git"
},
"author": "Charles Givre <cgivre@thedataist.com> (http://thedataist.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cgivre/drill-nodejs/issues"
},
"homepage": "https://github.com/cgivre/drill-nodejs#readme",
"dependencies": {
"json": "^9.0.6",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"url": "^0.11.0"
},
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0"
},
"keywords": [
"sql",
"drill",
"apache",
"drill",
"big",
"data",
"jdbc"
]
}