-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "patternizer",
"version": "0.0.1",
"description": "This plugin allow you to create index pattern if it does not exist",
"main": "index.js",
"kibana": {
"version": "6.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Nordstrom/patternizer"
},
"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",
"gather-info": "node gather-info.js"
},
"dependencies": {
"sugar-date": "1.5.1",
"handlebars": "4.0.6",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"lodash.escape": "4.0.1"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.6.1",
"@elastic/plugin-helpers": "^7.0.0",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.0.1",
"expect.js": "^0.3.1"
}
}