-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
35
36
{
"name": "elastic-client-advanced",
"version": "1.1.5",
"description": "Elastic client that works on some protocol(count,default) and strategies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yogeshyadav108098/elastic-client.git"
},
"keywords": [
"elastic",
"client",
"protocols",
"count"
],
"author": "Yogesh Yadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/yogeshyadav108098/elastic-client/issues"
},
"homepage": "https://github.com/yogeshyadav108098/elastic-client#readme",
"dependencies": {
"es-key-value": "^1.0.5",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"lodash": "^4.17.5",
"q": "^1.5.1",
"uuid-logger": "^1.1.3"
},
"devDependencies": {
"sleep": "^5.1.1"
}
}