ductile
Version:
Elasticsearch Bulk Loader
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "ductile",
"version": "1.3.3",
"description": "Elasticsearch Bulk Loader",
"main": "lib/ductile.js",
"repository": {
"type": "git",
"url": "github.com/algesten/ductile.git"
},
"bugs": {
"url": "https://github.com/algesten/ductile/issues"
},
"homepage": "https://github.com/algesten/ductile",
"scripts": {
"prepublish": "rm -rf lib && coffee -m -c -o lib src",
"test": "mocha"
},
"bin": {
"ductile": "ductile"
},
"author": "Martin Algesten <martin@algesten.se>",
"license": "MIT",
"dependencies": {
"bog": "^1.0.2",
"byline": "^5.0.0",
"coffee-script": "^1.11.1",
"elasticsearch": "^12.0.1",
"elasticsearch-streams": "0.0.9",
"through2": "^2.0.1",
"yargs": "^6.4.0"
},
"keywords": [
"elasticsearch",
"bulk",
"import",
"export"
],
"devDependencies": {
"chai": "^3.5.0",
"chance": "^1.0.4",
"decache": "^4.1.0",
"mocha": "^3.1.2",
"mock-require": "^2.0.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"stream-buffers": "^3.0.1"
}
}