{
  "name": "react-pullrefresh",
  "version": "2.0.0-alpha.1",
  "description": "react component pull to refresh navigation",
  "main": "index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "babel src --out-dir lib",
    "lint:fix": "eslint src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yusukeshibata/react-pullrefresh.git"
  },
  "keywords": [
    "pull",
    "refresh",
    "react",
    "component"
  ],
  "author": "Yusuke Shibata <shibata@fata.io> (https://github.com/yusukeshibata)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yusukeshibata/react-pullrefresh/issues"
  },
  "homepage": "https://github.com/yusukeshibata/react-pullrefresh#readme",
  "peerDependencies": {
    "react": "^16.1.1",
    "react-native": "^0.42.3",
    "react-native-svg": "^5.1.6"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "eslint": "^4.11.0",
    "react": "^16.1.1",
    "react-dom": "^16.1.1"
  },
  "dependencies": {
    "event-emitter": "^0.3.5",
    "styled-components": "^2.2.3"
  }
}
