![Ian Wienand](/assets/img/avatar_default.png)
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: I1c9142277b805d9c269a63d324f0c8d7edb7d84c
46 lines
981 B
JSON
46 lines
981 B
JSON
{
|
|
"name": "eslint-config-openstack",
|
|
"version": "4.0.1",
|
|
"description": "JavaScript Style Guidelines for OpenStack.",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"es2015.js",
|
|
"load-config.js",
|
|
".eslintrc",
|
|
".eslintrc-es2015",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "jasmine",
|
|
"lint": "eslint ./",
|
|
"docs": "cd ./doc && make html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.openstack.org/openstack/eslint-config-openstack"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig",
|
|
"openstack"
|
|
],
|
|
"author": "OpenStack <openstack-discuss@lists.openstack.org>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://bugs.launchpad.net/eslint-config-openstack"
|
|
},
|
|
"homepage": "https://wiki.openstack.org/wiki/QA",
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "3.0.0",
|
|
"jasmine": "2.3.1"
|
|
},
|
|
"dependencies": {
|
|
"js-yaml": "3.3.1"
|
|
}
|
|
}
|