{
  "name": "react-owl-carousel-rtl",
  "version": "1.0.0",
  "description": "\"React.js + Owl Carousel with rtl issue fixed\"",
  "main": "umd/OwlCarousel.js",
  "types": "umd/OwlCarousel.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/engmrms/react-owl-carousel-rtl.git"
  },
  "keywords": [
    "react",
    "OwlCarousel",
    "gallery",
    "autoHeight",
    "autoHeightClass",
    "react-owl-carousel"
  ],
  "author": "engmrms",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/engmrms/react-owl-carousel-rtl/issues"
  },
  "homepage": "https://github.com/engmrms/react-owl-carousel-rtl#readme",
  "peerDependencies": {
    "jquery": ">=1.8.3",
    "react": ">=15"
  },
  "devDependencies": {
    "@types/owl.carousel": "^2.2.1",
    "@types/react": "^15.0.0",
    "@types/react-dom": "^15.0.0",
    "cross-env": "^5.1.5",
    "rimraf": "^2.6.2",
    "rollup": "^0.58.2",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-typescript": "^0.8.1",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "tslint": "^5.10.0",
    "tslint-config-airbnb": "^5.8.0",
    "tslint-eslint-rules": "^5.2.0",
    "tslint-react": "^3.6.0",
    "typescript": "^2.8.3"
  },
  "dependencies": {
    "owl.carousel": "~2.3.4",
    "react": "15",
    "react-dom": "15"
  }
}
