{
  "name": "objectFitPolyfill",
  "version": "2.3.5",
  "description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
  "main": "dist/objectFitPolyfill.min.js",
  "types": "global.d.ts",
  "files": [
    "dist",
    "src",
    "global.d.ts"
  ],
  "keywords": [
    "object-fit",
    "css",
    "polyfill"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/constancecchen/object-fit-polyfill.git"
  },
  "homepage": "https://github.com/constancecchen/object-fit-polyfill#readme",
  "author": "Constance Chen <github.com/constancecchen>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/constancecchen/object-fit-polyfill/issues"
  },
  "scripts": {
    "build": "gulp",
    "test": "jest tests/"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-rename": "^1.4.0",
    "gulp-uglify": "^3.0.2",
    "jest": "^26.6.3"
  }
}
