{
  "name": "gamebox",
  "version": "0.2.0",
  "description": "Base for creating games for the web",
  "main": "dist/common/index.js",
  "scripts": {
    "test": "grunt test",
    "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/freezedev/gamebox.git"
  },
  "keywords": [
    "game",
    "loop",
    "preloader",
    "assetloader",
    "input",
    "tween",
    "timer"
  ],
  "author": "Johannes Stein",
  "license": "Public domain",
  "bugs": {
    "url": "https://github.com/freezedev/gamebox/issues"
  },
  "devDependencies": {
    "babel-core": "^5.2.17",
    "babel-loader": "^5.0.0",
    "chai": "^2.2.0",
    "grunt": "^0.4.5",
    "grunt-amd-tamer": "~0.1.7",
    "grunt-babel": "^5.0.0",
    "grunt-bowercopy": "^1.1.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-dependo": "~0.1.1",
    "grunt-karma": "^0.10.1",
    "grunt-mocha": "~0.4.7",
    "jit-grunt": "^0.9.0",
    "karma": "^0.12.31",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.1.7",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-webpack": "^1.5.0",
    "load-grunt-config": "^0.17.1",
    "matchdep": "~0.3.0",
    "mocha": "^2.2.1",
    "time-grunt": "^1.0.0",
    "webpack": "^1.8.11"
  },
  "dependencies": {
    "animframe": "^2.0.0",
    "bezier-easing": "^0.4.5",
    "eventmap": "^1.6.0"
  }
}
