29 lines
672 B
JSON
29 lines
672 B
JSON
{
|
|
"name": "web-component-base",
|
|
"version": "1.2.3",
|
|
"description": "JavaScript Web Component base class",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sr.ht/~ayoayco/web-component-base"
|
|
},
|
|
"files": [
|
|
"index.mjs",
|
|
"WebComponent.mjs"
|
|
],
|
|
"keywords": [
|
|
"web components",
|
|
"web component",
|
|
"custom elements",
|
|
"custom element"
|
|
],
|
|
"author": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://todo.sr.ht/~ayoayco/web-component-base"
|
|
},
|
|
"homepage": "https://git.sr.ht/~ayoayco/web-component-base#readme"
|
|
}
|