forked from TheDeveloper/http-aws-es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 810 Bytes
/
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
{
"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.2.19"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"eslint": "^1.7.1"
},
"scripts": {
"prepublish": "babel ./connector-es6.js > ./connector.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Geoff Wagstaff <geoff@gosquared.com>",
"license": "MIT"
}