-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
43 lines (43 loc) · 963 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
37
38
39
40
41
42
43
{
"name": "@elastic/makelogs",
"version": "6.1.1",
"description": "Simple log generator for testing kibana",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jshint": "jshint _* index.js samples bin"
},
"bin": {
"makelogs": "./bin/makelogs"
},
"repository": {
"type": "git",
"url": "git://github.com/elastic/makelogs.git"
},
"keywords": [
"elasticsearch",
"kibana",
"logstash",
"test-data",
"http",
"traffic"
],
"author": "Spencer Alger",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elastic/makelogs/issues"
},
"homepage": "https://github.com/elastic/makelogs",
"dependencies": {
"async": "^1.4.2",
"commander": "^5.0.0",
"elasticsearch": "^16.4.0",
"inquirer": "^7.0.0",
"moment": "^2.10.6",
"progress": "^1.1.8",
"through2": "^2.0.0"
},
"devDependencies": {
"jshint": "^2.9.2"
}
}