From c7b0e9d5226a7a237611fe05c3ea00f3ee793167 Mon Sep 17 00:00:00 2001 From: spalger Date: Sun, 14 Feb 2016 02:19:17 -0700 Subject: [PATCH] [npm] finish package.json --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 92070a3..7a8c5f8 100644 --- a/package.json +++ b/package.json @@ -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" }