{
  "name": "react-bootstrap-theme-switcher",
  "version": "1.0.7",
  "description": "A React component to select and switch among Bootstrap (Bootswatch) Themes",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build",
    "clean": "rimraf ./lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raythree/react-bootstrap-theme-switcher"
  },
  "keywords": [
    "React",
    "theme",
    "Bootstrap"
  ],
  "author": "Bill Walker <bill@ray3.io> (http://ray3.io)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/raythree/react-bootstrap-theme-switcher/issues"
  },
  "homepage": "https://github.com/raythree/react-bootstrap-theme-switcher#readme",
  "peerDependencies": {
    "react": ">=0.14",
    "bootstrap": "~3.3.7"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "prop-types": "^15.5.10",
    "rimraf": "^2.5.4"
  }
}
