forked from greensock/GSAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (45 loc) · 1.68 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
{
"name": "gsap",
"version": "3.0.4",
"description": "GSAP is a JavaScript library for building 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! 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.",
"homepage": "https://greensock.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",
"easing",
"JavaScript",
"PixiPlugin",
"CustomEase",
"SVG",
"3D",
"2D",
"transform",
"morph",
"morphing",
"tweening"
],
"maintainers": [
{
"name": "Jack Doyle",
"email": "[email protected]",
"web": "https://greensock.com"
}
],
"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/",
"bugs": {
"url": "https://greensock.com/forums/"
},
"repository": {
"type": "git",
"url": "https://github.com/greensock/GSAP"
}
}