-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 912 Bytes
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
{
"name": "scrollmoo",
"version": "1.1.11",
"description": "ScrollMoo is a pure JavaScript-based tool that lets you create high-performance, keyframed scroll animations.",
"homepage": "https://scrollmoo.com",
"main": "dist/scrollmoo.min.js",
"module": "dist/scrollmoo.esm.min.js",
"type": "module",
"exports": {
"require": "./dist/scrollmoo.min.js",
"import": "./dist/scrollmoo.esm.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MarciCzebe/ScrollMoo.git"
},
"keywords": [
"scrollmoo",
"javascript",
"animation",
"scroll",
"scroll-driven",
"scrollreveal",
"scrolltrigger",
"keyframes",
"keyframe-animation",
"reveal-animation",
"matrix",
"matrix3d",
"3d",
"2d"
],
"bugs": "https://github.com/MarciCzebe/ScrollMoo/issues",
"author": "Marci Czebe <info@scrollmoo.com>",
"license": "MIT"
}