{
  "name": "rc-fringing",
  "version": "0.5.2",
  "description": "flow ui component for react",
  "keywords": [
    "react",
    "react-component",
    "react-flow",
    "flow"
  ],
  "homepage": "https://github.com/react-component/flow",
  "author": "surgesoft@gmail.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/RaoHai/fringing.git"
  },
  "bugs": {
    "url": "https://github.com/RaoHai/fringing"
  },
  "files": [
    "lib",
    "assets/*.css"
  ],
  "licenses": "MIT",
  "main": "./lib/index",
  "config": {
    "port": 8004
  },
  "scripts": {
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "pub": "rc-tools run pub",
    "lint": "rc-tools run lint",
    "karma": "rc-tools run karma",
    "saucelabs": "rc-tools run saucelabs",
    "test": "rc-tools run test",
    "chrome-test": "rc-tools run chrome-test",
    "coverage": "rc-tools run coverage",
    "dev": "rc-tools run watch"
  },
  "devDependencies": {
    "@types/classnames": "0.0.31",
    "@types/react": "~15.0.6",
    "@types/react-dnd": "^2.0.31",
    "@types/react-dom": "^0.14.18",
    "@types/react-redux": "^4.4.32",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "dva": "^1.1.0",
    "expect.js": "0.3.x",
    "pre-commit": "1.x",
    "rc-menu": "^5.0.9",
    "rc-tools": "5.x",
    "react": "^15.3.0",
    "react-addons-test-utils": "^15.3.0",
    "react-dom": "^15.3.0"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "classnames": "^2.2.5",
    "hoist-non-react-statics": "^1.2.0",
    "immutable": "^3.8.1",
    "konva": "^1.0.3",
    "lodash": "^4.14.1",
    "paths-js": "^0.4.4",
    "rc-tools": "^5.7.7",
    "react-dnd": "^2.1.4",
    "react-dnd-html5-backend": "^2.1.2",
    "react-konva": "^1.0.5",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "victor": "^1.1.0"
  }
}
