svelte-aos 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -1
package/package.json
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-aos",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"description": "Animate On Scroll (AOS) library for Svelte applications. Easily add scroll-based animations to your Svelte components with customizable options.",
|
|
6
|
+
"author": {
|
|
7
|
+
"email": "rachid@dailycode.dev",
|
|
8
|
+
"name": "Rachid Boudjelida"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/humanshield-sidepack/svelte-aos"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/humanshield-sidepack/svelte-aos/issues"
|
|
16
|
+
},
|
|
17
|
+
"homepage": "https://svelte-aos.vercel.app",
|
|
4
18
|
"files": [
|
|
5
19
|
"dist",
|
|
6
20
|
"!dist/**/*.test.*",
|