{
    "name": "gsap",
    "version": "2.1.3",
    "description": "GSAP is a JavaScript library for creating high-performance animations that work in **every** major browser (or beyond the browser). No other library delivers such advanced sequencing, reliability, API efficiency, and tight control while solving real-world problems on over 8 million sites. GSAP works around countless browser inconsistencies; your animations 'just work'. Animate CSS properties, SVG, canvas libraries, custom properties of generic objects, colors, strings...pretty much anything! At its core, GSAP is a property manipulator, updating values over time very quickly with extreme accuracy. And it's up to 20x faster than jQuery! See http://greensock.com/why-gsap/ for details about what makes GSAP so special.",
    "homepage": "https://greensock.com/gsap/",
    "filename": "index.js",
    "module": "index.js",
    "main": "./umd/TweenMax.js",
    "browser": {
        "./src/uncompressed/TimelineLite.js": "./umd/TimelineLite.js",
        "./src/uncompressed/TimelineMax.js": "./umd/TimelineMax.js",
        "./src/uncompressed/TweenLite.js": "./umd/TweenLite.js",
        "./src/uncompressed/TweenMax.js": "./umd/TweenMax.js",
        "./src/uncompressed/easing/EasePack.js": "./umd/EasePack.js",
        "./src/uncompressed/jquery.gsap.js": "./umd/jquery.gsap.js",
        "./src/uncompressed/plugins/AttrPlugin.js": "./umd/AttrPlugin.js",
        "./src/uncompressed/plugins/BezierPlugin.js": "./umd/BezierPlugin.js",
        "./src/uncompressed/plugins/CSSPlugin.js": "./umd/CSSPlugin.js",
        "./src/uncompressed/plugins/CSSRulePlugin.js": "./umd/CSSRulePlugin.js",
        "./src/uncompressed/plugins/ColorPropsPlugin.js": "./umd/ColorPropsPlugin.js",
        "./src/uncompressed/plugins/DirectionalRotationPlugin.js": "./umd/DirectionalRotationPlugin.js",
        "./src/uncompressed/plugins/EaselPlugin.js": "./umd/EaselPlugin.js",
        "./src/uncompressed/plugins/EndArrayPlugin.js": "./umd/EndArrayPlugin.js",
        "./src/uncompressed/plugins/ModifiersPlugin.js": "./umd/ModifiersPlugin.js",
        "./src/uncompressed/plugins/PixiPlugin.js": "./umd/PixiPlugin.js",
        "./src/uncompressed/plugins/RaphaelPlugin.js": "./umd/RaphaelPlugin.js",
        "./src/uncompressed/plugins/RoundPropsPlugin.js": "./umd/RoundPropsPlugin.js",
        "./src/uncompressed/plugins/ScrollToPlugin.js": "./umd/ScrollToPlugin.js",
        "./src/uncompressed/plugins/TextPlugin.js": "./umd/TextPlugin.js",
        "./src/uncompressed/utils/Draggable.js": "./umd/Draggable.js"
    },
    "sideEffects": [
        "./TweenLite.js",
        "./TweenMax.js",
        "./index.js"
    ],
    "keywords": [
        "animation",
        "TweenLite",
        "TweenMax",
        "TimelineLite",
        "TimelineMax",
        "GSAP",
        "GreenSock",
        "easing",
        "EasePack",
        "PixiPlugin",
        "CustomEase",
        "jQuery",
        "jquery.gsap.js",
        "Bezier",
        "SVG",
        "3D",
        "2D",
        "transform",
        "morph",
        "morphing",
        "svg",
        "tweening"
    ],
    "browserify": {
        "transform": [["babelify", { "presets": ["@babel/preset-env"] }]]
    },
    "maintainers": [
        {
            "name": "Jack Doyle",
            "email": "jack@greensock.com",
            "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/GreenSock-JS"
    }
}