summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 1f0f2ce3..cb3bac3b 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "CodiMD",
+ "name": "HedgeDoc",
"version": "1.6.0",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
@@ -58,7 +58,7 @@
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.1.3",
- "js-sequence-diagrams": "git+https://github.com/codimd/js-sequence-diagrams.git",
+ "js-sequence-diagrams": "git+https://github.com/hedgedoc/js-sequence-diagrams.git",
"js-yaml": "^3.13.1",
"jsdom-nogyp": "^0.8.3",
"keymaster": "^1.6.2",
@@ -84,7 +84,7 @@
"mathjax": "^2.7.6",
"mattermost": "^3.4.0",
"mermaid": "^8.5.1",
- "meta-marked": "git+https://github.com/codimd/meta-marked",
+ "meta-marked": "git+https://github.com/hedgedoc/meta-marked",
"method-override": "^2.3.7",
"minimist": "^1.2.0",
"minio": "^6.0.0",
@@ -145,13 +145,13 @@
"engines": {
"node": ">=10.13"
},
- "bugs": "https://github.com/codimd/server/issues",
+ "bugs": "https://github.com/hedgedoc/hedgedoc/issues",
"keywords": [
"Collaborative",
"Markdown",
"Notes"
],
- "homepage": "https://codimd.org",
+ "homepage": "https://hedgedoc.org",
"maintainers": [
{
"name": "Claudius Coenen",
@@ -165,7 +165,7 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/codimd/server.git"
+ "url": "https://github.com/hedgedoc/hedgedoc.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",