forked from elastic/generator-kibana-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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
49
50
51
52
53
54
{
"name": "generator-kibana-plugin",
"version": "7.0.0",
"description": "A Yeoman generator for a Kibana plugin",
"repository": {
"type": "git",
"url": "https://github.com/elastic/generator-kibana-plugin.git"
},
"bugs": {
"url": "https://github.com/elastic/generator-kibana-plugin/issues"
},
"files": [
"lib"
],
"license": "Apache-2.0",
"scripts": {
"start": "gulp dev",
"prepublish": "gulp build"
},
"keywords": [
"yeoman-generator",
"kibana",
"plugin"
],
"dependencies": {
"generator-git-init": "^1.1.1",
"lodash": "^3.10.1",
"yeoman-generator": "^0.20.3"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.3.0",
"@spalger/babel-presets": "0.0.1",
"babel-core": "^6.4.5",
"babel-eslint": "^6.1.2",
"combiner": "^1.0.1",
"del": "^2.2.0",
"duplexer2": "^0.1.4",
"eslint": "^3.11.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^3.16.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"highland": "^2.6.0",
"rimraf": "^2.5.1",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.0"
}
}