{
  "name": "animate-hover",
  "version": "1.1.1",
  "description": "animate hover: animations based only on css, help classs for frondend ",
  "main": "gulpfile.js",
  "scripts": {
    "clean": "rimraf vendor",
    "vendor": "vendor-copy",
    "animate": "node-sass src/scss/animate-hover.scss css/animate-hover.css",
    "circle": "node-sass src/scss/animate-circle.scss css/animate-circle.css",
    "square": "node-sass src/scss/animate-square.scss css/animate-square.css",
    "dev": "npm run vendor & npm run animate & npm run circle & npm run square",
    "animate-min": "node-sass src/scss/animate-hover.scss css/animate-hover.min.css --output-style compressed",
    "circle-min": "node-sass src/scss/animate-circle.scss css/animate-circle.min.css --output-style compressed",
    "square-min": "node-sass src/scss/animate-square.scss css/animate-square.min.css --output-style compressed",
    "prod": "npm run vendor & npm run animate-min & npm run circle-min & npm run square-min"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/armandoaepp/animate-hover.git"
  },
  "keywords": [
    "animate-hover",
    "animate hover"
  ],
  "author": "@armandoaepp",
  "email": "armandoaepp@gmail.com",
  "license": "ISC",
  "dependencies": {
    "animate.css": "^3.7.0"
  },
  "homepage": "https://armandoaepp.github.io/animate-hover/index.html",
  "devDependencies": {
    "autoprefixer": "^9.4.3",
    "clean-css-cli": "^4.2.1",
    "node-sass": "^4.11.0",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^6.1.0",
    "rimraf": "^2.6.2",
    "sass-loader": "^7.1.0",
    "vendor-copy": "^2.0.0",
    "webpack": "^4.27.1",
    "webpack-cli": "^3.1.2"
  },
  "vendorCopy": [
    {
      "from": "node_modules/animate.css/animate.min.css",
      "to": "css/animate.css/animate.min.css"
    },
    {
      "from": "node_modules/animate.css/animate.css",
      "to": "css/animate.css/animate.css"
    }
  ]
}
