{
  "name": "rmc-list-view",
  "version": "0.11.5",
  "description": "m-list-view ui component for react",
  "keywords": [
    "react",
    "react-component",
    "react-mobile-list-view",
    "m-list-view"
  ],
  "homepage": "https://github.com/react-component/m-list-view",
  "author": "hualei5280@gmail.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-component/m-list-view.git"
  },
  "bugs": {
    "url": "https://github.com/react-component/m-list-view/issues"
  },
  "files": [
    "lib",
    "es",
    "assets/*.css"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "config": {
    "port": 8999
  },
  "scripts": {
    "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",
    "test": "jest",
    "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "dependencies": {
    "babel-runtime": "6.x",
    "classnames": "^2.2.5",
    "fbjs": "^0.8.3",
    "prop-types": "^15.5.8",
    "warning": "^3.0.0",
    "zscroller": "~0.4.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.15",
    "enzyme": "^2.8.2",
    "enzyme-to-json": "^1.4.5",
    "jest": "^19.0.2",
    "pre-commit": "1.x",
    "rc-tools": "6.x",
    "react": "15.x",
    "react-dom": "15.x",
    "react-sticky": "^5.0.2",
    "react-test-renderer": "15.x",
    "rmc-pull-to-refresh": "^1.0.0-alpha.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "transform": {
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "pre-commit": [
    "lint"
  ]
}
