{
  "_from": "animate.css@~4.0.0",
  "_id": "animate.css@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-/BZp99OByWGftfTt2KoYcfER0k5jum82h16+ZIb3S6ghz1nMXIVCtwZYjgVAc+WNO5vHN/8+cypdhSP0maayiw==",
  "_location": "/animate.css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "animate.css@~4.0.0",
    "name": "animate.css",
    "escapedName": "animate.css",
    "rawSpec": "~4.0.0",
    "saveSpec": null,
    "fetchSpec": "~4.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.0.0.tgz",
  "_shasum": "28b13e476cbb7cf936b2d71b07f46ca87e9a14b3",
  "_spec": "animate.css@~4.0.0",
  "_where": "/docs/Quentin/Sites/phantom",
  "animateConfig": {
    "prefix": "animate__"
  },
  "author": {
    "name": "Animate.css"
  },
  "browserslist": [
    "> 3%",
    "last 2 versions"
  ],
  "bugs": {
    "url": "https://github.com/animate-css/animate.css/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "[![GitHub Version](https://img.shields.io/github/release/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Star](https://img.shields.io/github/stars/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Fork](https://img.shields.io/github/forks/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![License](https://img.shields.io/github/license/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css)",
  "devDependencies": {
    "autoprefixer": "^9.7.6",
    "cssnano": "^4.1.10",
    "eslint": "^6.8.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.1.6",
    "markdown-it": "^10.0.0",
    "npm-run-all": "^4.1.5",
    "postcss": "^7.0.27",
    "postcss-cli": "^7.1.0",
    "postcss-header": "^2.0.0",
    "postcss-import": "^12.0.1",
    "postcss-prefixer": "^2.1.2",
    "postcss-preset-env": "^6.7.0",
    "prettier": "^2.0.4"
  },
  "homepage": "https://animate.style/",
  "husky": {
    "hooks": {
      "pre-commit": "npm-run-all start precommit"
    }
  },
  "jspm": {
    "main": "animate.css!",
    "format": "global",
    "directories": {
      "lib": "./"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,md,css}": [
      "prettier --write"
    ]
  },
  "main": "animate.css",
  "name": "animate.css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/animate-css/animate.css.git"
  },
  "scripts": {
    "compat": "npx postcss source/animate.css -o animate.compat.css --no-map --env compat",
    "dev": "npx postcss source/animate.css -o animate.css --no-map --env development -w",
    "docs": "npm-run-all docs:library docs:pages",
    "docs:library": "npx postcss source/animate.css -o ./docs/animate.min.css --no-map --env production",
    "docs:pages": "node ./docsSource/index.js",
    "format": "prettier --write \"**/*.{js,json,md,css}\"",
    "postversion": "git push && git push --tags",
    "precommit": "lint-staged",
    "prod": "npx postcss source/animate.css -o animate.min.css --no-map --env production",
    "raw": "npx postcss source/animate.css -o animate.css --no-map --env development",
    "start": "npm-run-all raw prod compat",
    "version": "npm-run-all start docs && git add -A docs animate.css animate.min.css animate.compat.css"
  },
  "style": "./animate.css",
  "version": "4.0.0"
}
