{
  "name": "react-animated-buttons",
  "version": "1.0.4",
  "description": "Customizable Button component that includes some preset animations when the component is hover",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hgleyder/react-animated-button.git"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "animation",
    "buttons",
    "button",
    "react",
    "actions",
    "ui",
    "elements"
  ],
  "author": "Gleyder Hernandez <gleyderh@gmail.com>",
  "license": "MIT",
  "config": {
    "build": "./scripts/build/build.js"
  },
  "scripts": {
    "clean": "rimraf dist",
    "start": "styleguidist server",
    "test": "npm run eslint && npm run sasslint && npm run jest",
    "test:watch": "jest --watch __tests__",
    "eslint": "eslint src",
    "sasslint": "sass-lint -c .sass-lint.yml 'src/**/*.scss' -v -q",
    "jest": "jest",
    "build": "npm run clean && npm test && cross-var node -r dotenv/config $npm_package_config_build",
    "build:styleguide": "styleguidist build",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "color": "^3.1.2",
    "cpx": "1.5.0",
    "enzyme": "3.7.0",
    "enzyme-adapter-react-16": "1.6.0",
    "fs-extra": "7.0.0",
    "glob": "7.1.3",
    "jquery": "3.3.1",
    "node-sass": "4.9.4",
    "prop-types": "^15.7.2",
    "react": "16.6.0",
    "react-dom": "16.6.0",
    "replace-in-file": "3.4.2",
    "styled-components": "^4.4.1"
  },
  "devDependencies": {
    "@babel/cli": "7.1.2",
    "@babel/core": "7.1.2",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-proposal-decorators": "7.1.2",
    "@babel/plugin-proposal-optional-chaining": "7.0.0",
    "@babel/polyfill": "7.0.0",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-flow": "7.0.0",
    "@babel/preset-react": "7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.0.1",
    "babel-jest": "23.6.0",
    "babel-loader": "8.0.4",
    "cross-var": "1.1.0",
    "css-loader": "1.0.0",
    "dotenv": "6.1.0",
    "eslint": "5.8.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-plugin-flowtype": "3.1.1",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsx-a11y": "6.1.2",
    "eslint-plugin-react": "7.11.1",
    "jest": "23.6.0",
    "jsdom": "12.2.0",
    "react-styleguidist": "8.0.2",
    "rimraf": "2.6.2",
    "sass": "1.14.3",
    "sass-lint": "1.12.1",
    "sass-loader": "7.1.0",
    "style-loader": "0.23.1",
    "webpack": "4.23.1"
  }
}
