mogan-ui/package.json
Ian Wienand 0a10477cca Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I684ff57eb5a6542132ee7c6226c336a339a5c7ab
2019-03-24 20:34:13 +00:00

20 lines
466 B
JSON

{
"name": "mogan-ui",
"version": "1.0.0",
"description": "Horizon plugin for OpenStack Mogan.",
"scripts": {
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "https://git.openstack.org/openstack/mogan-ui"
},
"author": "Openstack <openstack-dev@lists.openstack.org>",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-openstack": "^1.2.4",
"eslint-plugin-angular": "1.0.0"
}
}