forked from elastic/kibana-plugin-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "@elastic/plugin-helpers",
"version": "5.0.1-pre3",
"description": "Just some helpers for kibana plugin devs.",
"main": "bin/plugin-helpers.js",
"bin": {
"plugin-helpers": "bin/plugin-helpers.js"
},
"keywords": [
"kibana",
"kibana-plugin"
],
"author": "Spencer Alger <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint bin/ help/ tasks/"
},
"dependencies": {
"@elastic/eslint-config-kibana": "0.0.2",
"commander": "^2.9.0",
"gulp-rename": "1.2.2",
"gulp-zip": "3.1.0",
"inquirer": "^1.2.2",
"through2-map": "^3.0.0",
"vinyl-fs": "2.3.1"
},
"directories": {
"doc": "docs"
},
"devDependencies": {
"eslint": "1.10.3",
"babel-eslint": "4.1.8",
"eslint-plugin-mocha": "1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spalger/kibana-plugin-helpers.git"
},
"bugs": {
"url": "https://github.com/spalger/kibana-plugin-helpers/issues"
},
"homepage": "https://github.com/spalger/kibana-plugin-helpers#readme"
}