From d17911fabdd43d783133a480e91843b5f0656480 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Mon, 23 Oct 2017 14:32:28 +0200 Subject: [PATCH] Add package.json Change-Id: Ie22c7461c83b26b81350adcbed6ac94b9292be8d Story: 2001255 Task: 5785 --- package.json | 27 +++++++++++++++++++++++++++ plugin.json | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0e540a1 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "monasca-grafana-datasource", + "version": "1.1.0", + "description": "Grafana datasource for use with OpenStack Monasca API", + "main": "datasource.js", + "directories": { + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/openstack/monasca-grafana-datasource.git" + }, + "keywords": [ + "grafana", + "monasca", + "datasource" + ], + "author": "OpenStack", + "license": "Apache-2.0", + "bugs": { + "url": "https://storyboard.openstack.org/#!/project/867" + }, + "homepage": "https://github.com/openstack/monasca-grafana-datasource#readme" +} diff --git a/plugin.json b/plugin.json index 4b7363b..01b0181 100644 --- a/plugin.json +++ b/plugin.json @@ -26,8 +26,8 @@ {"name": "GitHub", "url": "https://github.com/openstack/monasca-grafana-datasource"}, {"name": "License", "url": "https://github.com/openstack/monasca-grafana-datasource/LICENSE"} ], - "version": "1.0.0", - "updated": "2016-07-26" + "version": "1.1.0", + "updated": "2017-10-23" }, "dependencies": {