{
  "name": "react-native-unsplash-screen",
  "version": "1.0.3",
  "private": false,
  "description": "Splash screen using Unsplash API",
  "keywords": [
    "react-native",
    "splash screen",
    "unsplash",
    "loading",
    "screen",
    "react",
    "native",
    "android",
    "ios"
  ],
  "homepage": "https://github.com/vishal9950/react-native-unsplash-screen",
  "author": "vishal9950",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest",
    "ios": "react-native run-ios --simulator=\"iPhone X\"",
    "android": "react-native run-android"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vishal9950/react-native-unsplash-screen"
  },
  "bugs": {
    "url": "https://github.com/vishal9950/react-native-unsplash-screen/issues"
  },
  "license": "MIT",
  "rnpm": {
    "assets": [
      "./fonts"
    ]
  },
  "dependencies": {
    "axios": "^0.18.0"
  },
  "devDependencies": {
    "babel-jest": "23.6.0",
    "babel-preset-react-native": "^5",
    "eslint": "^5.5.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "jest": "23.6.0",
    "react-test-renderer": "16.4.1"
  },
  "jest": {
    "preset": "react-native"
  }
}
