forked from godaddy/kibana4-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
42
43
44
45
46
{
"name": "kibana4-backup",
"version": "0.4.1",
"description": "Backup, restore, and deploy changes to your Kibana4 or Kibana3 instances",
"main": "kibana4-backup.js",
"scripts": {
"test": "jshint kibana4-backup.js lib"
},
"bin": {
"kibana4-backup": "./bin/kibana4-backup"
},
"repository": {
"type": "git",
"url": "https://github.com/godaddy/kibana4-backup.git"
},
"keywords": [
"kibana",
"kibana4",
"backup",
"restore",
"deploy"
],
"author": {
"name": "Grant Shively",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/godaddy/kibana4-backup/issues"
},
"homepage": "https://github.com/godaddy/kibana4-backup",
"dependencies": {
"async": "^0.9.0",
"commander": "^2.6.0",
"debug": "^2.1.2",
"elasticdump": "^0.12.0",
"fs-extra": "^0.16.4",
"lodash": "^3.3.1",
"request": "^2.53.0",
"sanitize-filename": "^1.1.5",
"simple-git": "^0.14.0"
},
"devDependencies": {
"jshint": "^2.6.3"
}
}