aws-data-lake-sdk
Version:
SDK for interacting with the AWS Data Lake Solution..
38 lines (37 loc) • 791 B
JSON
{
"name": "aws-data-lake-sdk",
"version": "1.0.1",
"description": "SDK for interacting with the AWS Data Lake Solution..",
"main": "lib/datalake.js",
"files": [
"lib/"
],
"scripts": {
"test": "mocha --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richclement/aws-data-lake-sdk.git"
},
"keywords": [
"aws",
"data",
"lake",
"sdk"
],
"author": "Rich Clement",
"license": "MIT",
"bugs": {
"url": "https://github.com/richclement/aws-data-lake-sdk/issues"
},
"homepage": "https://github.com/richclement/aws-data-lake-sdk#readme",
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.5.0"
},
"dependencies": {
"got": "^7.1.0",
"js-base64": "^2.1.9",
"moment": "^2.18.1"
}
}