{
  "name": "splat-ecs",
  "version": "7.6.0",
  "description": "A 2D HTML5 Canvas game engine",
  "main": "lib/main.js",
  "scripts": {
    "lint-js": "eslint lib",
    "docs": "jsdoc lib -c jsdoc/conf.json -d docs -r README.md",
    "build": "npm run lint-js && npm run docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SplatJS/splat-ecs.git"
  },
  "keywords": [
    "html5",
    "canvas",
    "game",
    "browser"
  ],
  "author": "Eric Lathrop <eric@ericlathrop.com> (http://ericlathrop.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SplatJS/splat-ecs/issues"
  },
  "homepage": "https://github.com/SplatJS/splat-ecs",
  "dependencies": {
    "box-intersect": "^1.0.1",
    "easing-js": "^1.0.1",
    "entity-component-system": "^4.0.4",
    "game-keyboard": "0.1.0",
    "html5-gamepad": "^1.0.0",
    "mersenne-twister": "^1.1.0",
    "pako": "^1.0.3",
    "time-accumulator": "0.0.0"
  },
  "devDependencies": {
    "eslint": "^3.3.1",
    "jsdoc": "^3.4.0"
  }
}
