{
  "name": "react-bootstrap-validation",
  "version": "0.1.11",
  "description": "Form validation for react-bootstrap",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/heilhead/react-bootstrap-validation.git"
  },
  "bugs": {
    "url": "https://github.com/heilhead/react-bootstrap-validation/issues"
  },
  "directories": {
    "lib": "lib/"
  },
  "keywords": [
    "react",
    "react-component",
    "bootstrap",
    "react-bootstrap",
    "form",
    "validation",
    "radio",
    "radio-group"
  ],
  "author": "Ivan Reshetnikov <keenn2007@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/heilhead/react-bootstrap-validation",
  "peerDependencies": {
    "react": ">=0.13"
  },
  "devDependencies": {
    "babel": "^5.6.23",
    "browserify": "10.x",
    "gulp": "3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.6",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.10.5"
  },
  "dependencies": {
    "babel-runtime": "^5.1.10",
    "classnames": "^2.0.0",
    "react-bootstrap": ">=0.23.0",
    "validator": "^3.41.3"
  }
}
