{
  "name": "jsgam",
  "version": "5.1.0d",
  "description": "JavaScript Graphic Adventure Maker",
  "repository": {
    "type": "git",
    "url": "https://github.com/kreezii/jsgam.git"
  },
  "main": "dist/jsgam.js",
  "scripts": {
    "build": "npm run buildDev && npm run buildProd",
    "buildDev": "parcel build ./src/index.js --global jsgam --no-minify --out-file jsgam.js ",
    "buildProd": "parcel build ./src/index.js --global jsgam --out-file jsgam.min.js ",
    "dev": "parcel watch ./src/index.js --no-source-maps --global jsgam --out-file jsgam.js"
  },
  "keywords": [
    "game",
    "engine",
    "adventure",
    "JSON",
    "javascript",
    "HTML5",
    "pixi.js",
    "dragonbones"
  ],
  "author": "R.Vañes",
  "license": "MIT",
  "dependencies": {
    "gsap": "^3.5.1",
    "howler": "^2.2.0",
    "localforage": "^1.9.0",
    "pixi-layers": "^0.3.1",
    "pixi.js": "^5.3.3",
    "pixi5-dragonbones": "^5.7.0-2",
    "polyk": "^0.24.0",
    "walkable": "^1.0.5"
  }
}
