From 20f2bca5ca09a128af718d6f6c6eb141b68e1ed1 Mon Sep 17 00:00:00 2001 From: Florent Coriat <florent.coriat@inria.fr> Date: Thu, 18 Feb 2021 03:44:18 +0100 Subject: [PATCH] Complete and cleanup package.json for publication --- package.json | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ecdcf06..e43ae5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,23 @@ { - "name": "c-service", + "name": "@concordant/c-service", "version": "1.1.2", - "description": "Server backend for Concordant P2P collaborative apps", + "description": "Background service for the Concordant platform", + "keywords": [ + "concordant", + "crdt", + "conflict-free", + "replicated datatypes" + ], + "homepage": "https://concordant.io", + "author": "Concordant", + "bugs": { + "email": "support@concordant.io" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://gitlab.inria.fr/concordant/software/c-service.git" + }, "main": "./dist/main.js", "types": "./dist/main.d.ts", "files": [ @@ -14,16 +30,6 @@ "build": "tsc --skipLibCheck", "prepare": "npm run build" }, - "repository": { - "type": "git", - "url": "git+https://gitlab.inria.fr/concordant/software/c-service.git" - }, - "author": "info@concordant.io", - "license": "MIT", - "bugs": { - "url": "https://gitlab.inria.fr/concordant/software/c-service/issues" - }, - "homepage": "https://gitlab.inria.fr/concordant/software/c-service/-/blob/master/README.md", "devDependencies": { "@babel/core": "^7.12.3", "@babel/node": "^7.12.6", -- GitLab