forked from AlexCharlton/http-aws-es
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "http-aws-es",
"version": "1.1.3",
"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": "connector.js",
"dependencies": {
"aws-sdk": "2.1691.0"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-eslint": "7.1.1",
"eslint": "3.15.0"
},
"scripts": {
"prepublish": "./node_modules/.bin/babel ./connector-es6.js > ./connector.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Geoff Wagstaff <geoff@gosquared.com>",
"license": "MIT"
}