[npm] finish package.json

Original commit: elastic/kibana-plugin-helpers@c7b0e9d522
This commit is contained in:
spalger 2016-02-14 02:19:17 -07:00
parent e9b7e0566a
commit cce0cc64e3

View file

@ -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"
}