From 97e4752457c90aa4197acfa6692257940c5b4da0 Mon Sep 17 00:00:00 2001 From: domi41 Date: Sun, 6 Sep 2020 05:17:00 +0200 Subject: [PATCH] docs: review the NPM package configuration Perhaps irrelevant since this may never be published publicly as a package, but it's good practice nonetheless and may help with SEO. --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 93439db..680007b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,15 @@ { - "name": "mieux-voter", + "name": "mieux-voter-openapi", "version": "1.0.0", + "description": "OpenAPI specifications for a Majority Judgment polling application made by MieuxVoter.fr", + "keywords": ["majority", "judgment", "poll", "polling", "api", "rest", "openapi", "democracy", "vote", "libre", "open"], + "homepage": "https://github.com/MieuxVoter/mv-api-spec", + "bugs": "https://github.com/MieuxVoter/mv-api-spec/issues", + "repository": { + "type": "git", + "url": "https://github.com/MieuxVoter/mv-api-spec.git" + }, + "license": "MIT", "dependencies": { "@redocly/openapi-cli": "^0.12.10" },