{
  "name": "typekit-cache",
  "version": "1.14.1",
  "description": "Keeps a site's Typekit in localStorage and injects it on page load. Eliminates the annoying Flash Of Invisible/Unstyled Text (FOUT) and provides better UX for slow or offline connections.",
  "main": "typekit-cache.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "prettier": "^1.17.0",
    "terser": "^3.17.0"
  },
  "scripts": {
    "format": "prettier --write typekit-cache.js",
    "lint": "eslint typekit-cache.js",
    "build": "terser typekit-cache.js -o typekit-cache.min.js --compress --mangle",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morris/typekit-cache.git"
  },
  "keywords": [
    "typekit"
  ],
  "author": "Morris Brodersen <mb@morrisbrodersen.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/morris/typekit-cache/issues"
  },
  "homepage": "https://github.com/morris/typekit-cache#readme"
}
