-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "juttle-elastic-adapter",
"version": "0.7.0",
"description": "Juttle adapter for Elasticsearch",
"keywords": [
"juttle",
"adapter",
"elasticsearch"
],
"homepage": "https://github.com/juttle/juttle-elastic-adapter",
"bugs": "https://github.com/juttle/juttle-elastic-adapter/issues",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "juttle/juttle-elastic-adapter",
"scripts": {
"test": "eslint **/*.js && node_modules/.bin/istanbul cover -x 'lib/parser.js' node_modules/.bin/_mocha",
"check-coverage": "node_modules/.bin/istanbul check-coverage"
},
"dependencies": {
"aws-es2": "^1.1.0",
"bluebird": "^2.9.30",
"bluebird-retry": "^0.5.2",
"concurrency-master": "^0.1.0",
"current-week-number": "^1.0.7",
"elasticsearch": "^10.0.1",
"extendable-base": "^0.3.1",
"request": "^2.44.0",
"underscore": "^1.8.3"
},
"juttleAdapterAPI": "^0.7.0",
"devDependencies": {
"chai": "^3.4.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"uuid": "^2.0.1"
},
"engines": {
"node": ">=4.2.0",
"npm": ">=2.14.7"
}
}