kibana/packages/kbn-plugin-helpers/package.json
2016-11-11 09:43:24 -07:00

41 lines
1,019 B
JSON

{
"name": "@elastic/plugin-helpers",
"version": "5.0.1-pre",
"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@spalger.com>",
"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",
"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"
}