elastic-import
Version:
CLI for import data to ElasticSearch
39 lines (38 loc) • 793 B
JSON
{
"name": "elastic-import",
"version": "1.3.0",
"description": "CLI for import data to ElasticSearch",
"keywords": [
"elasticsearch",
"elastic",
"import",
"mongo",
"mongodb",
"mongoexport",
"csv",
"tsv",
"json"
],
"author": {
"name": "Ruben J Garcia",
"email": "rubenjgarciab@gmail.com",
"url": "https://github.com/rubenjgarcia"
},
"repository": {
"type": "git",
"url": "git@github.com:rubenjgarcia/elastic-import.git"
},
"main": "lib/importer.js",
"bin": {
"elastic-import": "./bin/elastic-import.js"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"csv-parse": "^1.1.1",
"elasticsearch": "^14.0.0",
"lodash": "^4.13.1",
"moment": "^2.13.0"
}
}