{
  "_from": "phaser-plugin-debug-draw@^2.0.0",
  "_id": "phaser-plugin-debug-draw@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-U+zkbfegv2rAXHZfCU0w6eL3lvlQ3LDJOjdEEKwX7VaFK8euWBC62kdCCJXBH1Eo76WefkqsFedT1Znl9Cgmnw==",
  "_location": "/phaser-plugin-debug-draw",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "phaser-plugin-debug-draw@^2.0.0",
    "name": "phaser-plugin-debug-draw",
    "escapedName": "phaser-plugin-debug-draw",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/phaser-plugin-debug-draw/-/phaser-plugin-debug-draw-2.1.0.tgz",
  "_shasum": "64415d3c017cd8c4bc687e8089994213c63c43a8",
  "_spec": "phaser-plugin-debug-draw@^2.0.0",
  "_where": "/docs/Quentin/Sites/reebok/www",
  "author": {
    "name": "samme"
  },
  "bugs": {
    "url": "https://github.com/samme/phaser-plugin-debug-draw/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple debug display",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^5.14.1",
    "eslint-config-semistandard": "^13.0.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "phaser": "^3.19.0"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "homepage": "https://github.com/samme/phaser-plugin-debug-draw#readme",
  "keywords": [
    "phaser-plugin",
    "phaser3-plugin"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "name": "phaser-plugin-debug-draw",
  "peerDependencies": {
    "phaser": "^3.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samme/phaser-plugin-debug-draw.git"
  },
  "scripts": {
    "build": "npx babel src/index.js -o dist/PhaserDebugDrawPlugin.js --source-maps",
    "start": "npx babel src/index.js --watch -o dist/PhaserDebugDrawPlugin.js --source-maps",
    "test": "npx eslint src/index.js",
    "test:dist": "node -c dist/PhaserDebugDrawPlugin.js"
  },
  "version": "2.1.0"
}
