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

package.json « morph « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb1e3fa2702a11058e7e6a2fbeb9d034fd8df62f (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "@alpinejs/morph",
    "version": "3.9.1",
    "description": "Diff and patch a block of HTML on a page with an HTML template",
    "author": "Caleb Porzio",
    "license": "MIT",
    "main": "dist/module.cjs.js",
    "module": "dist/module.esm.js"
}