elasticsearch-streams
Version:
Stream in and out of Elasticsearch
26 lines (25 loc) • 554 B
JSON
{
"name": "elasticsearch-streams",
"description": "Stream in and out of Elasticsearch",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "https://github.com/hmalphettes/elasticsearch-streams.git"
},
"main": "index.js",
"scripts": {
"test": "jshint lib/*.js test/*.js && mocha"
},
"author": "Hugues Malphettes",
"license": "MIT",
"keywords": [
"elasticsearch",
"stream"
],
"dependencies": {},
"devDependencies": {
"chai": "*",
"elasticsearch": "*",
"random-document-stream": "*"
}
}