{
  "name": "react-drag-listview",
  "version": "2.0.0",
  "author": "raisezhang@hotmail.com",
  "description": "drag list view and table view component for react",
  "keywords": [
    "react",
    "react-component",
    "sortable",
    "antd",
    "rc-table",
    "react-drag",
    "react-drag-table",
    "react-drag-list"
  ],
  "license": "MIT",
  "homepage": "https://github.com/raisezhang/react-drag-listview#readme",
  "main": "./lib/index",
  "module": "./es/index",
  "types": "./index.d.ts",
  "files": [
    "assets/*.css",
    "dist",
    "es",
    "lib",
    "index.d.ts"
  ],
  "maintainers": [
    "raisezhang@hotmail.com"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raisezhang/react-drag-listview.git"
  },
  "bugs": {
    "url": "https://github.com/raisezhang/react-drag-listview/issues"
  },
  "config": {
    "entry": {
      "react-drag-listview": [
        "./src/index.js"
      ]
    },
    "port": 8000
  },
  "scripts": {
    "dist": "rc-tools run dist",
    "build": "rc-tools run build",
    "compile": "rc-tools run compile --babel-runtime",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "pub": "rc-tools run pub --babel-runtime",
    "lint": "rc-tools run lint",
    "lint:fix": "rc-tools run lint --fix"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "prop-types": "^15.5.8"
  },
  "devDependencies": {
    "expect.js": "~0.3.1",
    "pre-commit": "1.x",
    "rc-tools": "^8.2.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "pre-commit": [
    "lint"
  ]
}
