Newer
Older
pixi.js / bundles / pixi.js-legacy / package.json
{
  "name": "pixi.js-legacy",
  "version": "5.0.0-alpha",
  "description": "The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.",
  "author": "Mat Groves",
  "contributors": [
    "Ivan Popelyshev <ivan.popelyshev@gmail.com>",
    "Matt Karl <matt@mattkarl.com>",
    "Chad Engler <chad@pantherdev.com>",
    "Richard Davey <rdavey@gmail.com>"
  ],
  "main": "lib/pixi-legacy.js",
  "module": "lib/pixi-legacy.es.js",
  "homepage": "http://www.pixijs.com/",
  "bugs": "https://github.com/pixijs/pixi.js/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pixijs/pixi.js.git"
  },
  "scripts": {
    "build": "rollup -p -b -c node_modules/.bin/config",
    "build:dev": "rollup -b -c node_modules/.bin/config",
    "watch": "rollup -w -b -c node_modules/.bin/config",
    "postversion": "npm run build",
    "test": "tester"
  },
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "pixi.js": "^5.0.0-alpha",
    "@pixi/canvas-display": "^5.0.0-alpha",
    "@pixi/canvas-extract": "^5.0.0-alpha",
    "@pixi/canvas-graphics": "^5.0.0-alpha",
    "@pixi/canvas-mesh": "^5.0.0-alpha",
    "@pixi/canvas-prepare": "^5.0.0-alpha",
    "@pixi/canvas-renderer": "^5.0.0-alpha",
    "@pixi/canvas-sprite": "^5.0.0-alpha",
    "@pixi/canvas-sprite-tiling": "^5.0.0-alpha",
    "@pixi/polyfill": "^5.0.0-alpha",
    "@internal/builder": "^5.0.0-alpha",
    "@internal/tester": "^5.0.0-alpha",
    "rollup": "^0.50.0"
  }
}