Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 20f2bca5 authored by Florent Coriat's avatar Florent Coriat
Browse files

Complete and cleanup package.json for publication

parent 81fb9104
No related branches found
No related tags found
2 merge requests!48Release v1.1.4,!45Resolve "Deploy to public package registry"
Pipeline #216924 failed
{
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment