{
  "name": "@atto-byte/react-month-picker",
  "description": "Month-Picker Component offers a popup month selection panel with responsive layouts.",
  "url": "https://github.com/atto-byte/react-month-picker",
  "homepage": "https://github.com/atto-byte/react-month-picker",
  "keywords": [
    "month-select",
    "month-option",
    "monthpicker",
    "month-picker",
    "react-component",
    "react"
  ],
  "author": "William Luke <william@atto-byte.com>",
  "version": "1.4.2",
  "license": "MIT",
  "private": false,
  "main": "lib/month-picker.js",
  "types": "./lib/month-picker.d.ts",
  "style": "css/month-picker.css",
  "scripts": {
    "build": "rimraf -rf ./lib && tsc"
  },
  "babel": {
    "plugins": [
      "transform-react-jsx",
      "transform-class-properties"
    ],
    "presets": [
      "env",
      "react"
    ]
  },
  "dependencies": {
    "react-tapper": "^0.1.16"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "devDependencies": {
    "@types/react": "^16.8.10",
    "@types/rimraf": "^2.0.2",
    "@types/typescript": "^2.0.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "es6-docready": "^1.0.0",
    "es6-dom": "^1.0.0",
    "grunt": "^1.0.4",
    "grunt-babel": "^7.0.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-sass": "^2.0.0",
    "grunt-webpack": "^3.0.2",
    "prop-types": "^15.6.0",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "rimraf": "^2.6.3",
    "tslint": "5.13.1",
    "tslint-config-prettier": "1.18.0",
    "tslint-eslint-rules": "5.4.0",
    "typescript": "^3.3.3333",
    "webpack": "^2.4.1",
    "webpack-dev-server": "^2.9.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atto-byte/react-month-picker.git"
  }
}
