Add package.json

Change-Id: Ie22c7461c83b26b81350adcbed6ac94b9292be8d
Story: 2001255
Task: 5785
This commit is contained in:
Witold Bedyk 2017-10-23 14:32:28 +02:00
parent c0db06dd69
commit d17911fabd
2 changed files with 29 additions and 2 deletions

27
package.json Normal file
View File

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

View File

@ -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": {