{
  "name": "flockn",
  "version": "0.1.0",
  "description": "Micro game engine",
  "main": "dist/common/index.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "test": "grunt test",
    "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/freezedev/flockn.git"
  },
  "keywords": [
    "game",
    "engine",
    "micro",
    "small",
    "lightweight"
  ],
  "author": "Johannes Stein",
  "license": "Public Domain",
  "bugs": {
    "url": "https://github.com/freezedev/flockn/issues"
  },
  "homepage": "https://github.com/freezedev/flockn",
  "devDependencies": {
    "babel-loader": "^5.0.0",
    "chai": "^2.1.2",
    "grunt": "^0.4.5",
    "grunt-amd-tamer": "^0.1.13",
    "grunt-babel": "^5.0.0",
    "grunt-bowercopy": "^1.1.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-gh-pages": "^0.10.0",
    "grunt-groc": "^0.6.0",
    "grunt-karma": "^0.10.1",
    "grunt-metalsmith": "^1.0.0",
    "jade": "^1.3.1",
    "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",
    "metalsmith-collections": "^0.7.0",
    "metalsmith-markdown": "^0.2.1",
    "metalsmith-navigation": "^0.2.3",
    "metalsmith-stylus": "^0.2.1",
    "metalsmith-templates": "^0.7.0",
    "mocha": "^2.2.1",
    "time-grunt": "^1.0.0",
    "webpack": "^1.8.10",
    "webpack-dev-server": "^1.8.2"
  },
  "dependencies": {
    "eventmap": "^1.6.0",
    "gamebox": "^0.2.0"
  }
}
