{
  "name": "month-year-picker",
  "version": "0.2.5-alpha-1",
  "main": "./lib/MonthPicker.js",
  "license": "MIT",
  "dependencies": {
    "date-fns": "^2.7.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-scripts": "3.0.1",
    "styled-components": "^3.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.1.0",
    "@babel/polyfill": "^7.0.0",
    "babel-loader": "^8.0.2",
    "babel-preset-stage-0": "^6.24.1",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "path": "^0.12.7",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "webpack": "^4.5.0",
    "webpack-cli": "^3.3.10"
  },
  "scripts": {
    "build": "webpack"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/RNgayathri/Monthpic.git"
  },
  "author": {
    "name": "Gayathri R N",
    "email": "gayathri.9mar94@gmail.com"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "keywords": [
    "Month Picker",
    "Picker",
    "Year Picker",
    "Month Year Picker"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
