{
  "name": "react-calendar-pane",
  "description": "React calendar component",
  "main": "./lib/Calendar.js",
  "version": "1.0.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/tomkp/react-calendar-pane"
  },
  "bugs": {
    "url": "https://github.com/tomkp/react-calendar-pane"
  },
  "homepage": "https://github.com/tomkp/react-calendar-pane",
  "license": "MIT",
  "author": "tomkp <tom@tomkp.com>",
  "keywords": [
    "react",
    "react-component",
    "calendar",
    "date-picker",
    "react-date-picker",
    "calendar-pane",
    "react-calendar",
    "react-calendar-pane",
    "es6"
  ],
  "dependencies": {
    "moment": "^2.23.0"
  },
  "peerDependencies": {
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "prop-types": "^15.6.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^16.2.3",
    "chai": "^4.2.0",
    "core-js": "^2.6.1",
    "coveralls": "^3.0.2",
    "create-react-class": "^15.6.3",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.0",
    "mochify": "^6.0.4",
    "mochify-istanbul": "^2.4.2",
    "prettier": "^1.15.3",
    "prop-types": "^15.6.2",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-test-renderer": "^16.7.0",
    "surge": "^0.20.1",
    "watchify": "^3.11.0"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "compile:watch": "babel -w -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "npm run compile && mochify -R spec",
    "test:watch": "npm run compile:watch & mochify -R spec --watch",
    "test:coverage": "node cover.js && cat lcov.info | coveralls && rm lcov.info",
    "demo": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js",
    "demo:watch": "npm run compile:watch & watchify demo/Example.js -t -o demo/bundle.js",
    "demo:publish": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js && surge demo react-calendar-pane.surge.sh",
    "prettier": "prettier --single-quote --trailing-comma es5 --write './{src,test,demo}/**/*.js'",
    "release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
  },
  "browserify": {
    "transform": [
      [
        "babelify"
      ]
    ]
  },
  "false": {}
}
