{
  "name": "react-simpletabs-alt-r15",
  "version": "0.9.1",
  "description": "Just a simple tabs component built with React, forked from react-simpletabs-alt for react 15",
  "author": {
    "name": "Ian M",
    "email": "lists@union.io",
    "url": "https://github.com/i-a-n"
  },
  "bugs": {
    "url": "https://github.com/i-a-n/react-simpletabs-alt/issues"
  },
  "homepage": "https://github.com/i-a-n/react-simpletabs-alt",
  "license": "MIT",
  "main": "dist/react-simpletabs.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/i-a-n/react-simpletabs-alt"
  },
  "keywords": [
    "react",
    "react-component",
    "react-tabs",
    "tabs",
    "tab"
  ],
  "scripts": {
    "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": {
    "react": "15.x"
  },
  "dependencies": {
    "classnames": "^1.2.0"
  },
  "devDependencies": {
    "browser-sync": "^1.5.2",
    "css-loader": "^0.9.0",
    "extract-text-webpack-plugin": "^0.3.1",
    "gulp": "^3.8.6",
    "gulp-util": "^3.0.1",
    "jest-cli": "^0.1.18",
    "jsx-loader": "^0.12.2",
    "lodash": "^2.4.1",
    "react": "^15.0.0",
    "react-tools": "^0.12.2",
    "style-loader": "^0.8.1",
    "webpack": "^1.4.4"
  }
}
