{
"name": "@pixi/mixin-cache-as-bitmap",
"version": "5.0.4",
"main": "lib/mixin-cache-as-bitmap.js",
"module": "lib/mixin-cache-as-bitmap.es.js",
"bundle": "dist/mixin-cache-as-bitmap.js",
"bundleNoExports": true,
"description": "Mixin to allow caching container and its children to a bitmap texture",
"author": "Mat Groves",
"contributors": [
"Matt Karl <matt@mattkarl.com>"
],
"homepage": "http://pixijs.com/",
"bugs": "https://github.com/pixijs/pixi.js/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixijs/pixi.js.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib",
"dist"
],
"dependencies": {
"@pixi/core": "^5.0.4",
"@pixi/display": "^5.0.4",
"@pixi/math": "^5.0.4",
"@pixi/settings": "^5.0.4",
"@pixi/sprite": "^5.0.4",
"@pixi/utils": "^5.0.4"
}
}