{
  "name": "react-simpletabs-react15",
  "version": "0.7.3",
  "description": "Just a simple tabs component built with React",
  "author": {
    "name": "Pedro Nauck",
    "email": "pedronauck@gmail.com",
    "url": "https://github.com/pedronauck"
  },
  "bugs": {
    "url": "https://github.com/pedronauck/react-simpletabs/issues"
  },
  "homepage": "https://github.com/pedronauck/react-simpletabs",
  "license": "MIT",
  "main": "dist/react-simpletabs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/pedronauck/react-simpletabs"
  },
  "keywords": [
    "react",
    "react-component",
    "react-tabs",
    "tabs",
    "tab"
  ],
  "scripts": {
    "pub": "npm publish && bower register react-simpletabs git@github.com:pedronauck/react-simpletabs.git",
    "bundle": "gulp webpack && gulp webpack --production",
    "start": "gulp",
    "test": "jest"
  },
  "jest": {
    "scriptPreprocessor": "./utils/jsx-preprocessor.js",
    "unmockedModulePathPatterns": [
      "./node_modules/react"
    ],
    "testFileExtensions": [
      "js",
      "jsx"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "json"
    ]
  },
  "peerDependencies": {
    "prop-types": "15.x",
    "react": "0.12.x - 1.x || ^0.14.0 || 15.x || 16.x"
  },
  "dependencies": {
    "classnames": "^2.3.1",
    "create-react-class": "^15.7.0"
  },
  "devDependencies": {
    "browser-sync": "^2.27.10",
    "css-loader": "^6.7.1",
    "gulp": "^4.0.2",
    "gulp-util": "^3.0.1",
    "jest-cli": "^28.1.1",
    "jsx-loader": "^0.13.2",
    "lodash": "^4.17.21",
    "mini-css-extract-plugin": "^2.6.0",
    "react": "^16.14.0",
    "style-loader": "^3.3.1",
    "webpack": "^5.73.0"
  }
}
