UNPKG

@pixi/animate

Version:

PIXI plugin for the PixiAnimate Extension

67 lines (66 loc) 1.59 kB
{ "name": "@pixi/animate", "description": "PIXI plugin for the PixiAnimate Extension", "version": "3.0.1", "main": "lib/index.js", "module": "lib/index.mjs", "bundle": "dist/animate.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.mjs", "require": "./lib/index.js" } }, "contributors": [ "Matt Karl <matt@mattkarl.com>", "Eric Ente (https://github.com/ericente)", "Andrew Start (https://github.com/andrewstart)", "Milton Candelero (https://github.com/miltoncandelero)" ], "peerDependencies": { "@pixi/app": "^7.0.1", "@pixi/assets": "^7.0.1", "@pixi/core": "^7.0.1", "@pixi/display": "^7.0.1", "@pixi/filter-color-matrix": "^7.0.1", "@pixi/graphics": "^7.0.1", "@pixi/prepare": "^7.0.1", "@pixi/settings": "^7.0.1", "@pixi/sprite": "^7.0.1", "@pixi/spritesheet": "^7.0.1", "@pixi/text": "^7.0.1", "@pixi/ticker": "^7.0.1", "@pixi/utils": "^7.0.1" }, "repository": { "type": "git", "url": "https://github.com/pixijs/animate" }, "bugs": { "url": "https://github.com/pixijs/animate/issues" }, "homepage": "https://github.com/pixijs/animate", "files": [ "dist/", "lib/", "LICENSE", "package.json", "README.md", "bin/" ], "bin": { "animate-upgrade": "bin/assetConversion.js", "animate-type-assets": "bin/createDeclaration.js" }, "keywords": [ "webgl", "pixi", "pixi.js", "Flash", "Animate CC", "animation" ], "license": "MIT" }