es-search-builder
Version:
Query builder for Elasticsearch
40 lines (39 loc) • 991 B
JSON
{
"name": "es-search-builder",
"repository": {
"type": "git",
"url": "https://github.com/stevejay/es-search-builder"
},
"version": "1.3.1",
"engines": {
"node": ">=4.3"
},
"description": "Query builder for Elasticsearch",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --growl --recursive",
"posttest": "npm run lint",
"lint": "eslint .",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"prepublish": "npm test"
},
"author": {
"name": "Steve Johns",
"email": "steve@stevejay.net"
},
"license": "MIT",
"devDependencies": {
"coveralls": "^2.11.15",
"eslint": "^3.12.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.1.1"
},
"keywords": [
"elasticsearch",
"query",
"msearch",
"search"
]
}