{
  "name": "xui-tabs",
  "version": "2.0.4",
  "description": "react xui-tabs 选项卡组件",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-xui/x-tabs.git"
  },
  "homepage": "https://github.com/react-xui/x-tabs",
  "bugs": "https://github.com/react-xui/x-tabs/issues",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "example": "npm-run-all prepublish exserver",
    "exserver": "node scripts/dev-examples",
    "start": "node scripts/dev-src",
    "build": "webpack --config webpack.dist.config.js",
    "lib": "babel src -d lib && webpack --config webpack.css.config.js",
    "prepublish": "npm-run-all lib build",
    "docs": "npm-run-all docs:*",
    "doc-dev": "npm-run-all docs:clean docs:prepare docs:build:watch",
    "docs:clean": "rimraf _book",
    "docs:prepare": "gitbook install",
    "docs:build": "gitbook build -g react-plugin/x-input",
    "docs:build:watch": "gitbook serve",
    "docs:publish": "cd _book && git init && git checkout -b gh-pages && git add --all && git commit -am \"update book\" && git push git@github.com:react-plugin/x-tabs gh-pages --force"
  },
  "authors": [
    "tianxiangbing"
  ],
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.7.4",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-latest": "^6.16.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.18.0",
    "css-loader": "^0.23.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "gitbook-cli": "^2.3.0",
    "less": "^3.8.1",
    "less-loader": "^4.1.0",
    "npm-run-all": "^3.1.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "rimraf": "^2.6.1",
    "style-loader": "^0.13.1",
    "uglify-js": "^2.6.0",
    "webpack": "^1.13.0",
    "webpack-dev-server": "^1.14.1"
  },
  "dependencies": {},
  "tags": [
    "react",
    "plugin",
    "seed"
  ],
  "keywords": [
    "react",
    "react-component",
    "seed",
    "react-plugin"
  ]
}
