{
  "name": "rns-swiper",
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "swiper"
  ],
  "version": "1.0.0",
  "description": "Swiper component for React Native.",
  "main": "index.js",
  "scripts": {
    "start": "react-native start",
    "lint": "standard | snazzy",
    "update": "updtr",
    "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs standard | snazzy; if [ $? -ne 0 ]; then exit 1; fi",
    "test": "npm run lint"
  },
  "pre-commit": {
    "run": [
      "precommit"
    ],
    "silent": true
  },
  "standard": {
    "parser": "babel-eslint",
    "global": [
      "__DEV__",
      "FormData",
      "requestAnimationFrame",
      "alert",
      "setImmediate",
      "fetch"
    ],
    "ignore": [
      "dist/",
      "mock/",
      "node_modules/"
    ]
  },
  "ava": {
    "babel": "inherit",
    "require": []
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-soufeel/rns-swiper.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-native-soufeel/rns-swiper/issues"
  },
  "homepage": "https://github.com/react-native-soufeel/rns-swiper#readme",
  "devDependencies": {
    "babel-eslint": "^8.0.1",
    "rimraf": "^2.5.4",
    "snazzy": "^6.0.0",
    "standard": "^10.0.3",
    "updtr": "^2.0.0"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  }
}
