{
  "_args": [
    [
      "pixi.js@^4.3.4",
      "/home/miguelangel/Escritorio/DuckHunt"
    ]
  ],
  "_from": "pixi.js@>=4.3.4 <5.0.0",
  "_id": "pixi.js@4.5.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/pixi.js",
  "_nodeVersion": "6.10.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/pixi.js-4.5.6.tgz_1505920069498_0.8057737851049751"
  },
  "_npmUser": {
    "email": "matt@mattkarl.com",
    "name": "bigtimebuddy"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "pixi.js",
    "raw": "pixi.js@^4.3.4",
    "rawSpec": "^4.3.4",
    "scope": null,
    "spec": ">=4.3.4 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/pixi.js/-/pixi.js-4.5.6.tgz",
  "_shasum": "54914e7935f9a9e346923b9f424e52fa417593cd",
  "_shrinkwrap": null,
  "_spec": "pixi.js@^4.3.4",
  "_where": "/home/miguelangel/Escritorio/DuckHunt",
  "author": {
    "name": "Mat Groves"
  },
  "bugs": {
    "url": "https://github.com/pixijs/pixi.js/issues"
  },
  "contributors": [
    {
      "name": "Ivan Popelyshev",
      "email": "ivan.popelyshev@gmail.com"
    },
    {
      "name": "Matt Karl",
      "email": "matt@mattkarl.com"
    },
    {
      "name": "Chad Engler",
      "email": "chad@pantherdev.com"
    },
    {
      "name": "Richard Davey",
      "email": "rdavey@gmail.com"
    }
  ],
  "dependencies": {
    "bit-twiddle": "^1.0.2",
    "earcut": "^2.0.7",
    "eventemitter3": "^2.0.0",
    "ismobilejs": "^0.4.0",
    "object-assign": "^4.0.1",
    "pixi-gl-core": "^1.0.3",
    "remove-array-items": "^1.0.0",
    "resource-loader": "^2.0.9"
  },
  "description": "The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.",
  "devDependencies": {
    "@pixi/jsdoc-template": "^2.0.0",
    "babel-cli": "^6.18.0",
    "babel-plugin-static-fs": "^1.1.0",
    "babel-plugin-version-inline": "^1.0.0",
    "babel-preset-es2015": "^6.14.0",
    "babelify": "^7.3.0",
    "del": "^2.2.0",
    "electron": "^1.4.15",
    "eslint": "^3.5.0",
    "floss": "^2.0.1",
    "js-md5": "^0.4.1",
    "jsdoc": "3.4.3",
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "parallelshell": "^2.0.0",
    "pixify": "^1.7.0",
    "rimraf": "^2.5.3",
    "watch": "^0.19.1"
  },
  "directories": {},
  "dist": {
    "shasum": "54914e7935f9a9e346923b9f424e52fa417593cd",
    "tarball": "https://registry.npmjs.org/pixi.js/-/pixi.js-4.5.6.tgz"
  },
  "files": [
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md",
    "dist/",
    "lib/",
    "package.json"
  ],
  "gitHead": "1bee3a7f927609c29c1a3a4ea6fd8e53ae586c89",
  "homepage": "http://goodboydigital.com/",
  "license": "MIT",
  "main": "./lib/index.js",
  "maintainers": [
    {
      "name": "doormat23",
      "email": "mat@goodboydigital.com"
    },
    {
      "name": "englercj",
      "email": "englercj@live.com"
    }
  ],
  "name": "pixi.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pixijs/pixi.js.git"
  },
  "scripts": {
    "build": "npm run dist",
    "clean": "rimraf dist lib && mkdirp dist && mkdir lib",
    "coverage": "npm run unit-test -- -c dist/pixi.js -s -h",
    "dist": "pixify -d dist -n PIXI -o pixi -t babelify",
    "docs": "jsdoc -c scripts/jsdoc.conf.json -R README.md",
    "lib": "babel src --out-dir lib -s",
    "lint": "eslint scripts src test --max-warnings 0",
    "lintfix": "npm run lint --fix",
    "postpublish": "git push && git push --tags",
    "postversion": "npm run clean && npm run build && npm run lib && npm run unit-test",
    "prebuild": "npm run lint",
    "precoverage": "rimraf coverage",
    "predist": "rimraf dist/**",
    "predocs": "rimraf docs/**",
    "prelib": "rimraf lib/**",
    "prerenders": "npm --prefix scripts/renders i scripts/renders",
    "prestart": "npm run clean",
    "publish:major": "npm version major && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:patch": "npm version patch && npm publish",
    "renders": "electron scripts/renders",
    "start": "parallelshell \"npm run watch\" \"npm run watch:lint\" \"npm run watch:lib\"",
    "test": "npm run lint && npm run dist && npm run coverage",
    "unit-test": "floss --path test/index.js",
    "unit-test:debug": "npm run unit-test -- --debug",
    "watch": "npm run dist -- --watch",
    "watch:lib": "npm run lib -- --watch",
    "watch:lint": "watch \"eslint scripts src test || exit 0\" src"
  },
  "version": "4.5.6"
}
