{
  "name": "@vkv/react-flip",
  "version": "0.1.0",
  "description": "A ReactJS flip component",
  "author": "Viswanath K",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/viswakvisu/react-flip.git"
  },
  "main": "dist/react-flip.js",
  "scripts": {
    "build": "webpack --mode=production"
  },
  "keywords": [
    "flip",
    "react",
    "react-flip",
    "react-component",
    "flipcard",
    "flip-card",
    "flip-ui",
    "react-flipcard"
  ],
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.4.0",
    "@babel/preset-env": "^7.4.1",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.5",
    "css-loader": "^2.1.1",
    "react": "^16.8.4",
    "style-loader": "^0.23.1",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0"
  },
  "peerDependencies": {
    "react": "^16.8.4"
  }
}
