{
  "name": "react-bootstrap-calendar",
  "version": "0.0.3",
  "description": "A calendar component using react-bootstrap",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nnarhinen/react-bootstrap-calendar.git"
  },
  "keywords": [
    "react",
    "react-bootstrap",
    "calendar",
    "datepicker"
  ],
  "author": "Niklas Närhinen <niklas@narhinen.net>",
  "license": "MIT",
  "dependencies": {
    "moment": "~2.8.3",
    "moment-range": "~1.0.5"
  },
  "peerDependencies": {
    "react": "~0.11.2"
  },
  "browserify": {
    "transform": [
      "reactify"
    ]
  },
  "devDependencies": {
    "browserify": "~6.0.3",
    "reactify": "~0.14.0",
    "uglifyify": "~2.5.0",
    "react-bootstrap": "~0.12.0",
    "grunt": "~0.4.5",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-exec": "~0.4.6",
    "stylus": "~0.49.1"
  }
}
