package.json 662 Bytes
{
  "name": "@cqfw/react-native-pull-to-refresh",
  "version": "1.0.0",
  "description": "a pull to refresh component for react-native, same api on both android and ios.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1;"
  },
  "repository": {
    "type": "git",
    "url": "git+git@gitlab.feewee.cn:sdk/react-native-pull-to-refresh.git"
  },
  "keywords": [
    "react-native-pull-to-refresh",
    "react-native",
    "ios",
    "android",
    "pull-to-refresh",
    "pull",
    "refresh"
  ],
  "author": "kurisu",
  "license": "MIT",
  "homepage": "http://gitlab.feewee.cn/sdk/react-native-pull-to-refresh.git"
}