-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
package.json
50 lines (49 loc) · 1.78 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "gsap",
"version": "3.12.5",
"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!",
"homepage": "https://gsap.com",
"module": "esm/index.js",
"main": "dist/gsap.js",
"types": "types/index.d.ts",
"filename": "gsap.min.js",
"sideEffects": false,
"keywords": [
"GSAP",
"GreenSock",
"animation",
"MotionPathPlugin",
"motion",
"motionPath",
"ScrollTrigger",
"ScrollSmoother",
"Observer",
"easing",
"JavaScript",
"PixiPlugin",
"CustomEase",
"Flip",
"SVG",
"3D",
"2D",
"transform",
"morph",
"morphing",
"tweening"
],
"maintainers": [
{
"name": "Jack Doyle",
"email": "[email protected]",
"web": "https://gsap.com"
}
],
"license": "Standard 'no charge' license: https://gsap.com/standard-license. Club GSAP members get more: https://gsap.com/licensing/. Why GreenSock doesn't employ an MIT license: https://gsap.com/why-license/",
"bugs": {
"url": "https://gsap.com/community/"
},
"repository": {
"type": "git",
"url": "https://github.com/greensock/GSAP"
}
}