{
  "name": "react-native-fancy-navigation-bar",
  "version": "1.0.1",
  "private": false,
  "description": "A React Native Fancy Navigation Bar",
  "main": "index.js",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "bundle:ios": "node ./node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file example/example.js --bundle-output example/ios/main.jsbundle --dev=false --verbose",
    "lint": "eslint index.js example.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BenQoder/react-native-fancy-navigation-bar.git"
  },
  "keywords": [
    "React-Native",
    "Navigation",
    "NaviBar",
    "FancyBar"
  ],
  "author": "Adinnu Benedict",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/BenQoder/react-native-fancy-navigation-bar/issues",
    "email": "benqoder@gmail.com"
  },
  "homepage": "https://github.com/BenQoder/react-native-fancy-navigation-bar#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-jest": "^22.1.0",
    "babel-preset-react-native": "^4.0.0",
    "eslint": "^4.17.0",
    "eslint-plugin-react": "^7.6.1",
    "eslint-plugin-react-native": "^3.2.1",
    "jest": "^22.1.4",
    "react": "^16.2.0",
    "react-native": "^0.52.2",
    "react-test-renderer": "^16.2.0"
  },
  "dependencies": {
    "react-native-iphone-x-helper": "^1.0.2"
  },
  "jest": {
    "preset": "react-native"
  }
}
