-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.13 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
{
"title": "slide-show",
"name": "@stephband/slide-show",
"version": "1.2.5",
"description": "The accessible, styleable, scroll-snapping horizontal carousel custom element. No dependencies, about 12kB minified and gzipped.",
"keywords": ["carousel", "slider", "slide", "slideshow", "gallery", "scroll", "web", "component", "custom", "element"],
"author": {
"name": "Stephen Band",
"twitter": "@stephband",
"email": "stephband@cruncher.ch"
},
"card": {
"image": "https://stephen.band/slide-show/docs/images/card.jpg"
},
"homepage": "https://stephen.band/slide-show/",
"repository": {
"type": "git",
"url": "https://github.com/stephband/slide-show.git"
},
"bugs": {
"url": "https://github.com/stephband/slide-show/issues"
},
"funding": {
"github": "https://github.com/sponsors/stephband"
},
"license" : "GPL-3.0",
"type": "module",
"browser": "./build/slide-show.js",
"files": [
"build/*",
"docs/docs.css",
"docs/docs.js",
"index.html",
"README.md",
"LICENSE"
]
}