-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.11 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": "cohort_visualization",
"version": "7.12.0",
"description": "Cohort Analysis Plugin",
"private": true,
"author": "Yassine LASRI <yassine.lasri@synapticiel.co>",
"license": "MIT",
"contributors": [],
"kibana": {
"version": "kibana",
"templateVersion": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/synapticielfactory/kibana_cohort.git"
},
"keywords": [
"cohort",
"kibana",
"plugin",
"visualization",
"churn",
"retention"
],
"homepage": "https://github.com/synapticielfactory/kibana_cohort",
"bugs": {
"url": "https://github.com/synapticielfactory/kibana_cohort/issues"
},
"scripts": {
"kbn": "node ../../scripts/kbn",
"es": "node ../../scripts/es",
"lint": "eslint .",
"start": "yarn plugin_helpers start",
"build": "yarn plugin_helpers build",
"test": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"cypress:run": "../../node_modules/.bin/cypress run",
"cypress:open": "../../node_modules/.bin/cypress open",
"plugin_helpers": "node ../../scripts/plugin_helpers"
}
}