-
- Downloads
Merge branch '19-rename-c-server-to-c-service' into 'master'
Rename server into service Closes #19 See merge request concordant/software/c-server!22
{ | { | ||
"name": "c-server", | "name": "c-service", | ||
"version": "1.1.1", | "version": "1.1.1", | ||
"description": "Server backend for Concordant P2P collaborative apps", | "description": "Server backend for Concordant P2P collaborative apps", | ||
"main": "./dist/main.js", | "main": "./dist/main.js", | ||
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
"dist/**/*" | "dist/**/*" | ||
], | ], | ||
"scripts": { | "scripts": { | ||
"start": "babel-node dist/server.js", | "start": "babel-node dist/service.js", | ||
"test": "jest $TESTS", | "test": "jest $TESTS", | ||
"lint": "eslint .", | "lint": "eslint .", | ||
"build": "tsc --skipLibCheck", | "build": "tsc --skipLibCheck", | ||
... | @@ -16,14 +16,14 @@ | ... | @@ -16,14 +16,14 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git+https://gitlab.inria.fr/concordant/software/c-server.git" | "url": "git+https://gitlab.inria.fr/concordant/software/c-service.git" | ||
}, | }, | ||
"author": "info@concordant.io", | "author": "info@concordant.io", | ||
"license": "MIT", | "license": "MIT", | ||
"bugs": { | "bugs": { | ||
"url": "https://gitlab.inria.fr/concordant/software/c-server/issues" | "url": "https://gitlab.inria.fr/concordant/software/c-service/issues" | ||
}, | }, | ||
"homepage": "https://gitlab.inria.fr/concordant/software/c-server/-/blob/master/README.md", | "homepage": "https://gitlab.inria.fr/concordant/software/c-service/-/blob/master/README.md", | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.6.0", | "@babel/core": "^7.6.0", | ||
"@babel/node": "^7.6.1", | "@babel/node": "^7.6.1", | ||
... | ... |
File moved
Please register or sign in to comment