UNPKG

rx-elasticsearch

Version:

RxJS Observables for the Elasticsearch client

56 lines (55 loc) 1.27 kB
{ "name": "rx-elasticsearch", "version": "0.2.5", "description": "RxJS Observables for the Elasticsearch client", "main": "RxClient.js", "typings": "RxClient.ts", "scripts": { "test": "tsc && mocha test/*.spec.js --compilers js:babel-register", "typings": "typings", "postinstall": "typings install" }, "author": "luminis", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:luminis-ams/rx-elasticsearch.git" }, "contributors": [ { "name": "Ralph Broers", "mail": "ralph@codespartans.com" } ], "homepage": "https://github.com/luminis-ams/rx-elasticsearch", "bugs": { "url":"https://github.com/luminis-ams/rx-elasticsearch/issues" }, "keywords": [ "Elasticsearch", "Elastic", "Scroll", "Scrolling", "Rx", "RxJS", "ReactiveX", "ReactiveExtensions", "Streams", "Observables", "Observable", "Stream" ], "dependencies": { "@reactivex/rxjs": "^5.0.0-beta.8", "elasticsearch": "^11.0.1" }, "devDependencies": { "babel-preset-es2015": "^6.9.0", "babel-register": "^6.9.0", "expectations": "^0.6.0", "mocha": "^2.5.3", "sinon": "^1.17.4", "typescript": "^1.8.10", "typings": "^1.2.0" } }