-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 763 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
35
36
37
38
{
"name": "kibana-pagination",
"version": "4.3.13",
"description": "export kibana data in batch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ktont/kibana-pagination.git"
},
"keywords": [
"kibana",
"elasticsearch",
"es search",
"es"
],
"bin": {
"kibana": "./index.js"
},
"files": [
"index.js",
"package.json",
"thirdPart",
"lib",
"README.md"
],
"author": "zhi.liang",
"license": "ISC",
"bugs": {
"url": "https://github.com/ktont/kibana-pagination/issues"
},
"homepage": "https://github.com/ktont/kibana-pagination.git",
"dependencies": {
"request": "*"
}
}