UNPKG

esql

Version:

Humane query language for Elasticsearch

61 lines (60 loc) 1.35 kB
{ "name": "esql", "version": "0.0.4", "description": "Humane query language for Elasticsearch", "keywords": [ "elasticsearch", "elastic", "search", "dsl", "query", "esql" ], "main": "index.js", "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/hmsonline/esql" }, "author": "Buu Nguyen <buunguyen@gmail.com> (https://github.com/buunguyen)", "license": "MIT", "bugs": { "url": "https://github.com/hmsonline/esql/issues" }, "homepage": "https://github.com/hmsonline/esql", "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "lodash": "global:_" }, "dependencies": { "lodash": "^2.4.1" }, "devDependencies": { "mocha": "^1.21.4", "chai": "^1.9.1", "sinon": "^1.10.3", "gulp": "^3.8.7", "gulp-peg": "^0.1.2", "gulp-load-plugins": "^0.6.0", "gulp-mocha": "^1.0.0", "event-stream": "^3.1.7", "gulp-util": "^3.0.1", "stream-series": "^0.1.1", "gulp-jshint": "^1.8.4", "jshint-stylish": "^0.4.0", "gulp-rename": "^1.2.0", "pegjs": "^0.8.0", "browserify": "^6.1.0", "browserify-shim": "^3.8.0", "gulp-uglify": "^1.0.1", "vinyl-source-stream": "^1.0.0", "vinyl-buffer": "^1.0.0", "vinyl-transform": "0.0.1" } }