{
  "name": "niks-react-day-picker",
  "version": "1.3.1",
  "description": "Flexible date picker component for React based on react-day-picker",
  "main": "DayPicker.js",
  "style": "lib/style.css",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "clean": "rimraf lib coverage dist",
    "lint": "eslint src test",
    "test": "mocha --compilers js:babel-core/register --recursive --reporter spec",
    "test:watch": "npm test -- --watch",
    "cover": "babel-node ./node_modules/istanbul/lib/cli cover -- _mocha --recursive --reporter spec",
    "check": "npm run lint && npm run test",
    "prerelease": "npm run check && webpack",
    "prepublish": "babel ./src -d ./lib --source-maps && postcss --use autoprefixer src/style.css -d lib/",
    "examples:clean": "rimraf examples/built",
    "examples:build": "npm run examples:clean && cd examples && npm run build && cd ..",
    "docs:clean": "rimraf _book",
    "docs:prepare": "gitbook install",
    "docs:build": "npm run docs:prepare && gitbook build",
    "docs:watch": "npm run docs:prepare && gitbook serve",
    "docs:publish": "npm run docs:clean && npm run docs:build && npm run examples:build && rimraf _book/examples && mv examples/built _book/examples && cd _book && git init && git commit --allow-empty -m 'Update docs and examples' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs and examples' && git push git@github.com:rangle/react-day-picker gh-pages --force"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rangle/react-day-picker.git"
  },
  "keywords": [
    "react",
    "react-component",
    "component",
    "calendar",
    "date-picker",
    "datepicker",
    "date",
    "picker",
    "moment",
    "momentjs"
  ],
  "author": "Rob Brander <rob.brander@rangle.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rangle/react-day-picker/issues"
  },
  "homepage": "https://github.com/rangle/react-day-picker",
  "peerDependencies": {
    "react": "~0.13.x || ~0.14.x"
  },
  "devDependencies": {
    "autoprefixer": "^6.0.3",
    "babel-cli": "^6.4.5",
    "babel-core": "^6.4.5",
    "babel-eslint": "^5.0.0-beta6",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "chai": "^3.4.1",
    "classlist-polyfill": "^1.0.1",
    "coveralls": "^2.11.2",
    "eslint": "^1.10.1",
    "eslint-plugin-react": "^3.10.0",
    "exenv": "^1.2.0",
    "fbjs": "0.7.2",
    "gitbook-cli": "^1.0.0",
    "istanbul": "^1.0.0-alpha",
    "jsdom": "^7.0.2",
    "mocha": "^2.2.5",
    "moment": "^2.10.3",
    "postcss-cli": "^2.3.2",
    "react": "^0.14.2",
    "react-addons-test-utils": "^0.14.2",
    "react-dom": "^0.14.2",
    "react-tap-event-plugin": "^0.2.0",
    "rimraf": "^2.4.3",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "testdom": "^2.0.0",
    "webpack": "^1.12.4"
  }
}
