UNPKG

@jwhance/http-aws-es

Version:

Use the elasticsearch-js client with Amazon ES (Updated for elasticsearch 16.7.2)

49 lines (48 loc) 1.22 kB
{ "name": "@jwhance/http-aws-es", "version": "6.1.2", "description": "Use the elasticsearch-js client with Amazon ES (Updated for elasticsearch 16.7.2)", "repository": "https://github.com/jwhance/http-aws-es", "bugs": "https://github.com/jwhance/http-aws-es/issues", "keywords": [ "elasticsearch", "elasticsearch-js", "aws-es", "aws", "amazon", "es", "http", "connector", "extension", "sign" ], "main": "connector.js", "peerDependencies": { "aws-sdk": "^2.138.0", "elasticsearch": "~16.7.2" }, "devDependencies": { "aws-sdk": "^2.138.0", "browserify": "^14.5.0", "chai": "^4.1.2", "elasticsearch": "^16.7.2", "eslint": "^4.9.0", "express": "^4.16.2", "minimist": "^1.2.0", "mocha": "^4.0.1", "nyc": "^11.2.1", "puppeteer": "^0.12.0", "sinon": "^4.0.0" }, "scripts": { "test": "nyc --all mocha", "integration-test": "mocha test/integration", "posttest": "npm run lint", "lint": "eslint connector.js src" }, "browser": { "./src/node.js": "./src/xhr.js" }, "author": "Joseph Hance <jwh20@hotmail.com>", "license": "MIT" }