Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sirenevenkii committed Jul 23, 2024
1 parent 4a5762d commit 10f0be0
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,23 @@
{
"name": "node-htmldiff",
"name": "@matrixreq/htmldiff",
"description": "Diff and markup HTML with <ins> and <del> tags",
"companyname": "idesis GmbH",
"copyright": "©2022, idesis GmbH; ©2012 The Network Inc. and contributors",
"version": "0.9.4",
"identifier": "de.idesis.node-htmldiff",
"companyname": "Matrix Requirements",
"version": "1.0.0",
"keywords": [
"diff",
"html",
"htmldiff",
"ins",
"del"
],
"homepage": "https://github.com/idesis-gmbh/htmldiff.js",
"author": {
"name": "Michael Nitze",
"email": "michael.nitze@idesis.de",
"url": "https://www.idesis.de"
},
"contributors": [
"The Network Inc. (https://www.tninetwork.com, https://github.com/tnwinc/htmldiff.js)",
"Inkling (https://www.inkling.com, https://github.com/inkling/htmldiff.js)",
"Ian White (ianwhitester@gmail.com, https://github.com/ian97531)"
],
"homepage": "https://github.com/MatrixRequirements/htmldiff.js",
"repository": {
"type": "git",
"url": "git+https://github.com/idesis-gmbh/htmldiff.js.git"
"url": "git+https://github.com/MatrixRequirements/htmldiff.js"
},
"readme": "README.md",
"bugs": {
"url": "https://github.com/idesis-gmbh/htmldiff.js/issues",
"email": "produktion@idesis.de"
"url": "https://github.com/MatrixRequirements/htmldiff.js/issues"
},
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 10f0be0

Please sign in to comment.