{
    "name": "gsap-trial",
    "version": "3.13.0",
	"deprecated": "This package has been deprecated in favor of the standard 'gsap' package available in the public npmjs repository which now includes all bonus plugins.",
	"description": "*** IMPORTANT *** This package is deprecated in favor of the standard 'gsap' package which now includes all bonus plugins. *** DO NOT DEPLOY THESE FILES *** They only work locally or on domains like codepen.io, codesandbox.io, stackblitz.com and jsfiddle.com. If used elsewhere, it redirects the browser. To get the unrestricted files use the regular 'gsap' package instead of 'gsap-trial'.",
    "homepage": "https://gsap.com",
	"module": "index.js",
	"main": "dist/gsap.js",
    "types": "types/index.d.ts",
	"sideEffects": false,
    "keywords": [
		"GSAP",
		"trial",
		"GreenSock",
		"animation",
		"MotionPathPlugin",
		"matchMedia",
		"motion",
		"motionPath",
		"ScrollTrigger",
		"ScrollSmoother",
		"Observer",
		"easing",
		"JavaScript",
		"PixiPlugin",
		"CustomEase",
		"Flip",
		"SVG",
		"3D",
		"2D",
		"transform",
		"morph",
		"morphing",
		"drawSVG",
		"tweening"
   ],
   "maintainers": [
       {
           "name": "Jack Doyle",
		   "email": "jack@greensock.com",
           "web": "https://gsap.com"
       } 
   ],
  "license": "See https://gsap.com/standard-license/. This package is deprecated. Use the standard 'gsap' package instead.",
   "bugs": {
       "url": "https://gsap.com/community/"
   }

}