{
  "name": "cgame",
  "version": "0.1.0",
  "description": "Low level Coffeescript + canvas + HTML5 cross-platform 2D game engine",
  "author": "Brandon Valosek",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:bvalosek/cgame.git"
  },
  "readmeFilename": "README.md",
  "devDependencies": {
    "grunt": "~0.4.1",
    "coffeeify": "~0.5.1",
    "grunt-browserify": "~1.2.4",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-watch": "~0.5.2",
    "grunt-coffeelint": "0.0.7",
    "grunt-contrib-copy": "~0.4.1"
  }
}
