Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « collapse « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e78804f896842882ac7b04b46145439d58b17a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "@alpinejs/collapse",
    "version": "3.10.2",
    "description": "Collapse and expand elements with robust animations",
    "author": "Caleb Porzio",
    "license": "MIT",
    "main": "dist/module.cjs.js",
    "module": "dist/module.esm.js",
    "unpkg": "dist/cdn.min.js",
    "dependencies": {}
}