forked from TheDeveloper/http-aws-es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "http-aws-es",
"version": "3.1.0",
"description": "Use the elasticsearch-js client with Amazon ES",
"repository": "https://github.com/TheDeveloper/http-aws-es",
"bugs": "https://github.com/TheDeveloper/http-aws-es/issues",
"keywords": [
"elasticsearch",
"elasticsearch-js",
"aws-es",
"aws",
"amazon",
"es",
"http",
"connector",
"extension",
"sign"
],
"main": "dist/connector.js",
"dependencies": {
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"aws-sdk": "^2.83.0",
"elasticsearch": "^13.2.0"
},
"devDependencies": {
"aws-sdk": "^2.83.0",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"elasticsearch": "^13.2.0",
"eslint": "^4.2.0",
"minimist": "^1.2.0"
},
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf dist; mkdir dist; babel ./connector.js -o dist/connector.js",
"test": "node test/local"
},
"author": "Geoff Wagstaff <[email protected]>",
"license": "MIT"
}