UNPKG

1.89 kBJSONView Raw
1{
2 "name": "gsap",
3 "version": "3.10.3",
4 "description": "GSAP is a robust JavaScript toolset that turns developers into animation superheroes. Build high-performance animations that work in **every** major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch! The ScrollTrigger plugin lets you create jaw-dropping scroll-based animations with minimal code. No other library delivers such advanced sequencing, reliability, and tight control while solving real-world problems on millions of sites. GSAP works around countless browser inconsistencies; your animations **just work**. At its core, GSAP is a high-speed property manipulator, updating values over time with extreme accuracy. It's up to 20x faster than jQuery! See https://greensock.com/why-gsap/ for what makes GSAP so special.",
5 "homepage": "https://greensock.com",
6 "module": "index.js",
7 "main": "dist/gsap.js",
8 "types": "types/index.d.ts",
9 "sideEffects": false,
10 "keywords": [
11 "GSAP",
12 "GreenSock",
13 "animation",
14 "MotionPathPlugin",
15 "motion",
16 "motionPath",
17 "easing",
18 "ScrollTrigger",
19 "ScrollSmoother",
20 "Observer",
21 "JavaScript",
22 "PixiPlugin",
23 "CustomEase",
24 "Flip",
25 "SVG",
26 "3D",
27 "2D",
28 "transform",
29 "morph",
30 "morphing",
31 "tweening"
32 ],
33 "maintainers": [
34 {
35 "name": "Jack Doyle",
36 "email": "jack@greensock.com",
37 "web": "https://greensock.com"
38 }
39 ],
40 "license": "Standard 'no charge' license: https://greensock.com/standard-license. Club GreenSock members get more: https://greensock.com/licensing/. Why GreenSock doesn't employ an MIT license: https://greensock.com/why-license/",
41 "bugs": {
42 "url": "https://greensock.com/forums/"
43 },
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/greensock/GSAP"
47 }
48
49}
\No newline at end of file