aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHampusMat <hampus@hampusmat.com>2021-05-26 06:39:48 +0000
committerHampusMat <hampus@hampusmat.com>2021-05-26 06:39:48 +0000
commit446b4d8ccc50555a3d9d47237b5511986ad16fe6 (patch)
treecc696c0f87f3ff778dc2d2152dbf11a373e98d5a /package.json
parent0c23beadccfda6c6e2d6380244fbe49f5bfee139 (diff)
Renamed project to Githermit
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index db4a57c..cc6c830 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "nodejs-git-frontend",
+ "name": "githermit",
"version": "1.0.0",
- "description": "A simple git web-frontend made with nodejs",
+ "description": "A simple git web-frontend made with Vue.js & Node.js",
"main": "dist/app.html",
"scripts": {
"start": "node src/app.js",
@@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
- "url": "git+ssh://git@gitlab.com/HampusMat/nodejs-git-frontend.git"
+ "url": "git+ssh://git@gitlab.com/HampusMat/githermit.git"
},
"author": "HampusMat",
"license": "MIT",
"bugs": {
- "url": "https://gitlab.com/HampusMat/nodejs-git-frontend/issues"
+ "url": "https://gitlab.com/HampusMat/githermit/issues"
},
- "homepage": "https://gitlab.com/HampusMat/nodejs-git-frontend#readme",
+ "homepage": "https://gitlab.com/HampusMat/githermit#readme",
"dependencies": {
"bootstrap": "^5.0.0-beta3",
"concurrently": "^6.1.0",