esfix
Version:
Simple fixture loading for Elasticsearch on Node.js.
40 lines (39 loc) • 743 B
JSON
{
"name": "esfix",
"version": "1.0.0",
"description": "Simple fixture loading for Elasticsearch on Node.js.",
"main": "src/index.js",
"bin": {
"esfix": "bin/index.js"
},
"scripts": {
"test": "ava test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/antonvs2/es-fixtures"
},
"keywords": [
"fixtures",
"Elasticsearch",
"bulk",
"index",
"mapping",
"CLI",
"Command line tool"
],
"author": "Antonio Valverde",
"license": "ISC",
"dependencies": {
"elasticsearch": "13.3.1",
"minimist": "1.2.0"
},
"devDependencies": {
"ava": "0.18.2",
"babel-eslint": "^8.0.1",
"eslint": "^4.7.2"
},
"engines": {
"node": ">=4.3.2"
}
}