-
Notifications
You must be signed in to change notification settings - Fork 185
/
package.json
48 lines (48 loc) · 1.39 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
47
48
{
"name": "logtrail",
"version": "0.1.31",
"description": "Plugin to view, search & tail logs in Kibana",
"main": "index.js",
"kibana": {
"version": "7.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sivasamyk/logtrail.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sivasamyk/logtrail/issues"
},
"scripts": {
"preinstall": "node ../../preinstall_check",
"kbn": "node ../../scripts/kbn",
"lint": "eslint **/*.js",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build"
},
"dependencies": {
"ansi-to-html": "^0.6.4",
"handlebars": "4.0.14",
"lodash": "4.17.13",
"moment": "2.22.2",
"sugar-date": "1.5.1",
"yarn": "^1.21.1"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "link:../../packages/elastic-eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "^0.9.0",
"@kbn/plugin-helpers": "link:../../packages/kbn-plugin-helpers",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^21.3.2",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.0.1",
"expect.js": "^0.3.1"
}
}