Newer
Older
pixi.js / packages / mixin-cache-as-bitmap / package.json
@Matt Karl Matt Karl on 7 Jun 2019 1000 bytes v5.0.4
{
  "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"
  },
  "scripts": {
    "test": "floss --path test"
  },
  "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"
  },
  "devDependencies": {
    "floss": "^2.2.0"
  }
}