forked from elastic/makelogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 906 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
{
"name": "makelogs",
"version": "2.0.0-beta2",
"description": "Simple log generator for testing kibana",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"makelogs": "./bin/makelogs"
},
"repository": {
"type": "git",
"url": "git://github.com/spenceralger/makelogs.git"
},
"keywords": [
"elasticsearch",
"kibana",
"logstash",
"test-data",
"http",
"traffic"
],
"author": "Spencer Alger",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/spenceralger/makelogs/issues"
},
"homepage": "https://github.com/spenceralger/makelogs",
"dependencies": {
"async": "^1.4.2",
"bluebird": "^2.10.0",
"elasticsearch": "^8.1.0",
"lodash": "~2.4.1",
"moment": "^2.10.6",
"optimist": "~0.6.1",
"through2": "^2.0.0",
"update-notifier": "^0.5.0"
}
}