Skip to content

Commit

Permalink
Create erc725js.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Jun 21, 2024
1 parent 3b586a5 commit adb68c5
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions packages/e/erc725js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{

Check failure on line 1 in packages/e/erc725js.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

Filename `erc725.min.js` not found in most recent version `0.27.1`.
"name": "erc725.js",
"filename": "erc725.min.js",
"description": "Library to interact with ERC725 smart contracts and encode/decode ERC725Y data keys.",
"homepage": "https://docs.lukso.tech/tools/erc725js/getting-started",
"keywords": [
"ethereum",
"erc725",
"lsp",
"lukso"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ERC725Alliance/erc725.js/tree/develop"
},
"autoupdate": {
"source": "npm",
"target": "@erc725/erc725.js",
"fileMap": [
{
"basePath": "",
"files": [
"**/*.@(js|ts)"
]
}
]
},
"authors": [
{
"name": "Robert McLeod",
"url": "https://github.com/robertdavid010"
},
{
"name": "Fabian Vogelsteller",
"url": "https://github.com/frozeman"
},
{
"name": "Hugo Masclet",
"url": "https://github.com/Hugoo"
},
{
"name": "Callum Grindle",
"url": "https://github.com/CallumGrindle"
},
{
"name": "Jean Cavallera",
"url": "https://github.com/CJ42"
},
{
"name": "Andreas Richter",
"url": "https://github.com/richtera"
}
]
}

0 comments on commit adb68c5

Please sign in to comment.