{
  "name": "@micheg/preact-animated-css-fork",
  "version": "0.0.6",
  "description": "Preact component to show or hide elements with animations using [Animated.css](https://daneden.github.io/animate.css/)",
  "main": "./lib/index.js",
  "types": "./defs/index.d.ts",
  "scripts": {
    "compile": "parcel build -d lib/ src/index.js",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/micheg/preact-animated-css-fork.git"
  },
  "keywords": [
    "react",
    "animated",
    "animation",
    "animated.css"
  ],
  "author": "Michelangelo Giacomelli <michelangelog@gmail.com>",
  "contributors": [
    "Fareed Alnamrouti <digital.flowers@hotmail.com>",
    "Noam Gabriel Jacobson <noam.jacobson@gmail.com> (https://github.com/JaysQubeXon)",
    "Mohamed Feddad <mrf345@gmail.com> (https://github.com/mrf345)",
    "Manu (https://github.com/manu-st)",
    "Peter Szombati (https://github.com/peterszombati)"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/micheg/preact-animated-css-fork/issues"
  },
  "homepage": "https://github.com/micheg/preact-animated-css-fork#readme",
  "devDependencies": {
    "parcel-bundler": "^1.12.4",
    "parcel-plugin-clean-dist": "0.0.6",
    "parcel-plugin-html-externals": "^0.2.0"
  },
  "dependencies": {
    "browser-or-node": "^1.0.2",
    "classnames": "^2.2.5",
    "lodash.camelcase": "^4.3.0",
    "lodash.isplainobject": "^4.0.6",
    "preact": "^10.3.4",
    "prop-types": "^15.5.10"
  },
  "directories": {
    "lib": "lib"
  }
}
