{
  "name": "uxcore-user-guider",
  "version": "0.2.1",
  "description": "uxcore-user-guide component for uxcore.",
  "repository": "https://github.com/uxcore/uxcore-user-guide.git",
  "author": "buzhou",
  "main": "build/index.js",
  "scripts": {
    "start": "uxcore-tools run start",
    "server": "uxcore-tools run server",
    "lint": "uxcore-tools run lint",
    "build": "uxcore-tools run build",
    "test": "uxcore-tools run electron",
    "coverage": "uxcore-tools run electron-coverage",
    "pub": "uxcore-tools run pub",
    "dep": "uxcore-tools run dep",
    "tnpm-dep": "uxcore-tools run tnpm-dep",
    "update": "uxcore-tools run update",
    "tnpm-update": "uxcore-tools run tnpm-update",
    "saucelabs": "uxcore-tools run saucelabs",
    "chrome": "uxcore-tools run chrome",
    "browsers": "uxcore-tools run browsers"
  },
  "bugs": {
    "url": "http://github.com/uxcore/uxcore-user-guide/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "uxcore-user-guide",
    "UserGuide",
    "component"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "console-polyfill": "^0.2.2",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-15": "^1.0.0",
    "es5-shim": "^4.5.8",
    "expect.js": "~0.3.1",
    "kuma-base": "1.x",
    "react": "16.x",
    "react-dom": "16.x",
    "react-test-renderer": "16.x",
    "uxcore-kuma": "*",
    "uxcore-tools": "^0.3.17"
  },
  "dependencies": {
    "classnames": "^2.1.2",
    "prop-types": "15.x",
    "uxcore-button": "^0.4.19",
    "uxcore-checkbox-group": "^1.4.6",
    "uxcore-icon": "^0.1.27",
    "uxcore-tooltip": "^0.4.11"
  },
  "contributors": [],
  "license": "MIT"
}