kibana/packages/kbn-plugin-helpers/package.json
Spencer 5196b2d768
[6.x] [plugin-helpers] use execa so that errors include stdout with helpful info (#20110) (#20171)
Backports the following commits to 6.x:
 - [plugin-helpers] use execa so that errors include stdout with helpful info  (#20110)
2018-06-22 14:46:25 -07:00

25 lines
615 B
JSON

{
"name": "@kbn/plugin-helpers",
"private": true,
"version": "7.1.5",
"description": "Just some helpers for kibana plugin devs.",
"main": "lib/index.js",
"bin": {
"plugin-helpers": "bin/plugin-helpers.js"
},
"author": "Spencer Alger <email@spalger.com>",
"license": "Apache-2.0",
"dependencies": {
"commander": "^2.9.0",
"del": "^2.2.2",
"execa": "^0.10.0",
"gulp-rename": "1.2.2",
"gulp-zip": "^4.1.0",
"inquirer": "^1.2.2",
"minimatch": "^3.0.4",
"node-sass": "^4.9.0",
"through2": "^2.0.3",
"through2-map": "^3.0.0",
"vinyl-fs": "^3.0.0"
}
}