Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(plugins): unify package json fields #3714

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/cactus-common-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"description": "Allows Cactus nodes to interact with HTLC ETH contracts",
"keywords": [
"Hyperledger",
"Cactus",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cactus Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
12 changes: 6 additions & 6 deletions examples/cactus-example-carbon-accounting-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"keywords": [
"Hyperledger",
"Cactus",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cactus Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
"Cactus",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cactus Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"Blockchain Integration",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
8 changes: 4 additions & 4 deletions examples/cactus-example-cbdc-bridging-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"Blockchain",
"CBDC"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
24 changes: 24 additions & 0 deletions examples/cactus-example-cbdc-bridging-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@
"name": "@hyperledger/cacti-example-cbdc-bridging-frontend",
"version": "2.1.0",
"private": true,
"description": "Frontend for CBDC sample application.",
"keywords": [
"Hyperledger",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "[email protected]",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"main": "dist/lib/main/typescript/index.js",
"module": "dist/lib/main/typescript/index.js",
"types": "dist/lib/main/typescript/index.d.ts",
Expand Down Expand Up @@ -53,5 +74,8 @@
"engines": {
"node": ">=18",
"npm": ">=8"
},
"publishConfig": {
"access": "public"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@
"keywords": [
"Hyperledger",
"Cacti",
"Cactus",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
24 changes: 24 additions & 0 deletions examples/cactus-example-discounted-asset-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@
"name": "@hyperledger/cactus-example-discounted-asset-trade",
"version": "2.1.0",
"private": true,
"description": "Sample application presenting asset-trade between Ethereum and Fabric ledgers with discounts verified on Indy.",
"keywords": [
"Hyperledger",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "[email protected]",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"main": "dist/www.js",
"module": "dist/www.js",
"types": "dist/www.d.ts",
Expand Down Expand Up @@ -58,5 +79,8 @@
"engines": {
"node": ">=18",
"npm": ">=8"
},
"publishConfig": {
"access": "public"
}
}
24 changes: 24 additions & 0 deletions examples/cactus-example-electricity-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@
"name": "@hyperledger/cactus-example-electricity-trade",
"version": "2.1.0",
"private": true,
"description": "Sample application presenting electricity trade tracked on Sawtooth and charged on Ethereum.",
"keywords": [
"Hyperledger",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "[email protected]",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"main": "dist/www.js",
"module": "dist/www.js",
"types": "dist/www.d.ts",
Expand Down Expand Up @@ -51,5 +72,8 @@
"engines": {
"node": ">=18",
"npm": ">=8"
},
"publishConfig": {
"access": "public"
}
}
12 changes: 6 additions & 6 deletions examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"keywords": [
"Hyperledger",
"Cactus",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cactus Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
"Cactus",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cactus Contributors",
"email": "cactus@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
8 changes: 4 additions & 4 deletions examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"Blockchain Integration",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger/cacti#readme",
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/cacti.git"
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/cacti"
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
Expand Down
Loading
Loading