{
  "name": "canvas-fit",
  "version": "1.5.0",
  "description": "Small module for fitting a canvas element within the bounds of its parent.",
  "main": "index.js",
  "scripts": {
    "test": "beefy test.js --open"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/canvas-fit.git"
  },
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hughsk/canvas-fit/issues"
  },
  "homepage": "https://github.com/hughsk/canvas-fit",
  "dependencies": {
    "element-size": "^1.1.1"
  },
  "devDependencies": {
    "beefy": "^1.1.0",
    "raf": "^0.1.3"
  },
  "keywords": [
    "canvas",
    "fit",
    "screen",
    "window",
    "browser",
    "stretch",
    "resize"
  ]
}
