forked from bondib/kibana-iframe-communicator-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 795 Bytes
/
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
{
"name": "kibana_iframe_communicator_plugin",
"version": "0.0.1",
"description": "A kibana plugin that exposes kibana internals so when kibana is hosted inside an IFrame - an outside application can easliy communicate with kibana internals",
"main": "index.js",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"package": "gulp package",
"test": "gulp test"
},
"devDependencies": {
"babel-core": "^4.1.8",
"babel-eslint": "^4.1.8",
"bluebird": "^3.2.2",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-plugin-mocha": "^1.1.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-gzip": "^1.2.0",
"gulp-tar": "^1.8.0",
"gulp-util": "^3.0.7",
"lodash": "^4.3.0",
"mkdirp": "^0.5.1",
"rsync": "^0.4.0"
}
}