mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[npm] finish package.json
Original commit: elastic/kibana-plugin-helpers@c7b0e9d522
This commit is contained in:
parent
e9b7e0566a
commit
cce0cc64e3
1 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "kibana-plugin-helpers",
|
||||
"version": "5.0.0-beta1",
|
||||
"description": "",
|
||||
"description": "Just some helpers for kibana plugin devs.",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"plugin-helper": "bin/plugin-helper.js"
|
||||
|
@ -24,5 +24,17 @@
|
|||
"gulp-rename": "1.2.2",
|
||||
"gulp-zip": "3.1.0",
|
||||
"vinyl-fs": "2.3.1"
|
||||
}
|
||||
},
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue