-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"title": "details-toggle",
"name": "@stephband/details-toggle",
"version": "1.0.0",
"description": "The gods of the World Wide Web, in their eternal wisdom, delivered onto us a <details> element that is impossible to style with opening or closing transitions. The <details-toggle> custom element provides an animated alternative.",
"keywords": ["toggle", "overflow", "summary", "details", "open", "close", "show", "hide", "component", "custom", "element"],
"author": {
"name": "Stephen Band",
"url": "https://stephen.band",
"twitter": "@stephband",
"email": "[email protected]"
},
"card": {
"image": "https://stephen.band/details-toggle/card.jpg"
},
"homepage": "https://stephen.band/details-toggle/",
"repository": {
"type": "git",
"url": "https://github.com/stephband/details-toggle.git"
},
"bugs": {
"url": "https://github.com/stephband/details-toggle/issues"
},
"funding": {
"github": "https://github.com/sponsors/stephband"
},
"license" : "GPL-3.0",
"type": "module",
"browser": "./build/details-toggle.js",
"files": [
"build/*",
"docs/docs.css",
"docs/docs.js",
"index.html",
"README.md",
"LICENSE"
]
}