forked from istresearch/kibana-object-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "kibana_object_format",
"version": "0.1.6",
"description": "Enables objects in arrays to be configured with a field formatter.",
"license": "Apache 2.0",
"homepage": "https://github.com/istresearch/kibana-object-format",
"main": "index.js",
"kibana": {
"version": "6.3.1"
},
"scripts": {
"lint": "eslint",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build",
"postinstall": "plugin-helpers postinstall"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "0.15.0",
"@elastic/plugin-helpers": "^6.0.0",
"eslint": "4.14.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "^21.6.2",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-no-unsanitized": "^2.0.2",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-react": "7.5.1",
"babel-eslint": "8.1.2",
"lodash": "3.10.1",
"chai": "3.5.0"
}
}