Add package.json
Change-Id: Ie22c7461c83b26b81350adcbed6ac94b9292be8d Story: 2001255 Task: 5785
This commit is contained in:
parent
c0db06dd69
commit
d17911fabd
27
package.json
Normal file
27
package.json
Normal 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"
|
||||
}
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user