{
  "name": "object-fit-polyfill",
  "title": "object-fit polyfill",
  "description": "Polyfill for the CSS object-fit property",
  "version": "0.1.0",
  "homepage": "https://github.com/tonipinel/object-fit-polyfill",
  "repository": {
    "type": "git",
    "url": "git://github.com/tonipinel/object-fit-polyfill.git"
  },
  "bugs": {
    "url": "https://github.com/tonipinel/object-fit-polyfill/issues"
  },
  "license": "MIT",
  "scripts": {
    "postinstall": ""
  },
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "grunt": "0.4.x",
    "grunt-contrib-jshint": "0.11.0",
    "grunt-contrib-uglify": "0.8.0",
    "grunt-contrib-watch": "0.6.1",
    "grunt-contrib-requirejs": "^0.4.0"
  },
  "keywords": [],
  "main": "./dist/object-fit-polyfill.js"
}
