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

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'alpinejs/packages/morph/package.json')
-rw-r--r--alpinejs/packages/morph/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/alpinejs/packages/morph/package.json b/alpinejs/packages/morph/package.json
new file mode 100644
index 0000000..cb1e3fa
--- /dev/null
+++ b/alpinejs/packages/morph/package.json
@@ -0,0 +1,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"
+}